#5600CD

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

Shades of Purple Heart #5600CD

Tints of Purple Heart #5600CD

Color information

#5600CD (or 0x5600CD) is unknown color: approx Purple Heart. HEX triplet: 56, 00 and CD. RGB value is (86,0,205). Sum of RGB (Red+Green+Blue) = 86+0+205=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #5600CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600CD is #A9FF32. Grayscale: #303030. Windows color (decimal): -11140915 or 13434966. OLE color: 13434966.

HSL color Cylindrical-coordinate representation of color #5600CD: hue angle of 265.17º 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 #5600CD is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB860205-
CMYK0.58100.20
HSL265.17º100%40.2%-
HSV(B)265.17º100%80.39%-
XYZ14.866.3958.21-
YUV49.08215.99154.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 70.45%
R=29.55%
G=0%
B=70.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8602050.58100.20265.1710040.2
Hex560CD3A640141096428
Octal12603157214402441114450
Binary101011001100110111101011001000101001000010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5600CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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