#5D02CD

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

Shades of Purple Heart #5D02CD

Tints of Purple Heart #5D02CD

Color information

#5D02CD (or 0x5D02CD) is unknown color: approx Purple Heart. HEX triplet: 5D, 02 and CD. RGB value is (93,2,205). Sum of RGB (Red+Green+Blue) = 93+2+205=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D02CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D02CD is #A2FD32. Grayscale: #333333. Windows color (decimal): -10681651 or 13435485. OLE color: 13435485.

HSL color Cylindrical-coordinate representation of color #5D02CD: hue angle of 266.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02CD is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB932205-
CMYK0.550.9900.20
HSL266.9º98.07%40.59%-
HSV(B)266.9º99.02%80.39%-
XYZ15.566.7858.25-
YUV52.35214.15156.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 205 (80.47% from 255) = 68.33%
R=31%
G=0.67%
B=68.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9322050.550.9900.20266.998.0740.59
Hex5D2CD376301410b6229
Octal13523156714302441314251
Binary1011101101100110111011111000110101001000010111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D02CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D02CD; }

 p { color: rgb(93,2,205); }

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

<style>
 a { background-color: #5D02CD; }

 a { background-color: rgb(93,2,205); }

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

<style>
 span { border-color: #5D02CD; }

 span { border-color: rgb(93,2,205); }

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