#502DCD

Color #502DCD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #502DCD

Tints of Purple Heart #502DCD

Color information

#502DCD (or 0x502DCD) is unknown color: approx Purple Heart. HEX triplet: 50, 2D and CD. RGB value is (80,45,205). Sum of RGB (Red+Green+Blue) = 80+45+205=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #502DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DCD is #AFD232. Grayscale: #494949. Windows color (decimal): -11522611 or 13446480. OLE color: 13446480.

HSL color Cylindrical-coordinate representation of color #502DCD: hue angle of 253.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502DCD is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8045205-
CMYK0.610.7800.20
HSL253.12º64%49.02%-
HSV(B)253.12º78.05%80.39%-
XYZ15.277.9958.5-
YUV73.7202.1132.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 205 (80.47% from 255) = 62.12%
R=24.24%
G=13.64%
B=62.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80452050.610.7800.20253.126449.02
Hex502DCD3D4E014fd4031
Octal120553157511602437510061
Binary1010000101101110011011111011001110010100111111011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502DCD; }

 p { color: rgb(80,45,205); }

 H1.HeaderClassName
 {
   color: #502DCD;
 }
 .AnyTagClassName
 {
   color: #502DCD;
 }
</style>
background-color css

<style>
 a { background-color: #502DCD; }

 a { background-color: rgb(80,45,205); }

 div.DivClassName
 {
   background-color: #502DCD;
 }
 .BgClassName
 {
   background-color: #502DCD;
 }
</style>
border-color css

<style>
 span { border-color: #502DCD; }

 span { border-color: rgb(80,45,205); }

 td.TdClassName
 {
   border-color: #502DCD;
 }
 .TagClassName
 {
   border-color: #502DCD;
 }
</style>