#5700CD

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

Shades of Purple Heart #5700CD

Tints of Purple Heart #5700CD

Color information

#5700CD (or 0x5700CD) is unknown color: approx Purple Heart. HEX triplet: 57, 00 and CD. RGB value is (87,0,205). Sum of RGB (Red+Green+Blue) = 87+0+205=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #5700CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700CD is #A8FF32. Grayscale: #303030. Windows color (decimal): -11075379 or 13434967. OLE color: 13434967.

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

Color convert

RGB870205-
CMYK0.58100.20
HSL265.46º100%40.2%-
HSV(B)265.46º100%80.39%-
XYZ14.956.4358.21-
YUV49.38215.82154.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 70.21%
R=29.79%
G=0%
B=70.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8702050.58100.20265.4610040.2
Hex570CD3A640141096428
Octal12703157214402441114450
Binary101011101100110111101011001000101001000010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5700CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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