#5200CD

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

Shades of Purple Heart #5200CD

Tints of Purple Heart #5200CD

Color information

#5200CD (or 0x5200CD) is unknown color: approx Purple Heart. HEX triplet: 52, 00 and CD. RGB value is (82,0,205). Sum of RGB (Red+Green+Blue) = 82+0+205=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #5200CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200CD is #ADFF32. Grayscale: #2F2F2F. Windows color (decimal): -11403059 or 13434962. OLE color: 13434962.

HSL color Cylindrical-coordinate representation of color #5200CD: hue angle of 264º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200CD is Cyan = 0.6, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB820205-
CMYK0.6100.20
HSL264º100%40.2%-
HSV(B)264º100%80.39%-
XYZ14.56.258.19-
YUV47.89216.67152.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8202050.6100.2026410040.2
Hex520CD3C640141086428
Octal12203157414402441014450
Binary101001001100110111110011001000101001000010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5200CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5200CD; }

 p { color: rgb(82,0,205); }

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

<style>
 a { background-color: #5200CD; }

 a { background-color: rgb(82,0,205); }

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

<style>
 span { border-color: #5200CD; }

 span { border-color: rgb(82,0,205); }

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