#5738CE

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

Shades of Purple Heart #5738CE

Tints of Purple Heart #5738CE

Color information

#5738CE (or 0x5738CE) is unknown color: approx Purple Heart. HEX triplet: 57, 38 and CE. RGB value is (87,56,206). Sum of RGB (Red+Green+Blue) = 87+56+206=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #5738CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738CE is #A8C731. Grayscale: #515151. Windows color (decimal): -11061042 or 13514839. OLE color: 13514839.

HSL color Cylindrical-coordinate representation of color #5738CE: hue angle of 252.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5738CE is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8756206-
CMYK0.580.7300.19
HSL252.4º60.48%51.37%-
HSV(B)252.4º72.82%80.78%-
XYZ16.499.3159.32-
YUV82.37197.77131.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 206 (80.86% from 255) = 59.03%
R=24.93%
G=16.05%
B=59.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal87562060.580.7300.19252.460.4851.37
Hex5738CE3A49013fc3c33
Octal12770316721110233747463
Binary101011111100011001110111010100100101001111111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5738CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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