#5738DD

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

Shades of Purple Heart #5738DD

Tints of Purple Heart #5738DD

Color information

#5738DD (or 0x5738DD) is unknown color: approx Purple Heart. HEX triplet: 57, 38 and DD. RGB value is (87,56,221). Sum of RGB (Red+Green+Blue) = 87+56+221=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #5738DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738DD is #A8C722. Grayscale: #535353. Windows color (decimal): -11061027 or 14497879. OLE color: 14497879.

HSL color Cylindrical-coordinate representation of color #5738DD: hue angle of 251.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5738DD is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8756221-
CMYK0.610.7500.13
HSL251.27º70.82%54.31%-
HSV(B)251.27º74.66%86.67%-
XYZ18.410.0869.38-
YUV84.08205.27130.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 221 (86.72% from 255) = 60.71%
R=23.90%
G=15.38%
B=60.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87562210.610.7500.13251.2770.8254.31
Hex5738DD3D4B0Dfb4736
Octal127703357511301537310766
Binary101011111100011011101111101100101101101111110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5738DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5738DD; }

 p { color: rgb(87,56,221); }

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

<style>
 a { background-color: #5738DD; }

 a { background-color: rgb(87,56,221); }

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

<style>
 span { border-color: #5738DD; }

 span { border-color: rgb(87,56,221); }

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