#5740CD

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

Shades of Purple Heart #5740CD

Tints of Purple Heart #5740CD

Color information

#5740CD (or 0x5740CD) is unknown color: approx Purple Heart. HEX triplet: 57, 40 and CD. RGB value is (87,64,205). Sum of RGB (Red+Green+Blue) = 87+64+205=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #5740CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740CD is #A8BF32. Grayscale: #565656. Windows color (decimal): -11058995 or 13451351. OLE color: 13451351.

HSL color Cylindrical-coordinate representation of color #5740CD: hue angle of 249.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5740CD is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8764205-
CMYK0.580.6900.20
HSL249.79º58.51%52.75%-
HSV(B)249.79º68.78%80.39%-
XYZ16.7810.158.82-
YUV86.95194.62128.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=24.44%
G=17.98%
B=57.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87642050.580.6900.20249.7958.5152.75
Hex5740CD3A45014fa3b35
Octal127100315721050243727365
Binary1010111100000011001101111010100010101010011111010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5740CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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