#5730CE

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

Shades of Purple Heart #5730CE

Tints of Purple Heart #5730CE

Color information

#5730CE (or 0x5730CE) is unknown color: approx Purple Heart. HEX triplet: 57, 30 and CE. RGB value is (87,48,206). Sum of RGB (Red+Green+Blue) = 87+48+206=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #5730CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5730CE is #A8CF31. Grayscale: #4D4D4D. Windows color (decimal): -11063090 or 13512791. OLE color: 13512791.

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

Color convert

RGB8748206-
CMYK0.580.7700.19
HSL254.81º62.2%49.8%-
HSV(B)254.81º76.7%80.78%-
XYZ16.138.659.2-
YUV77.67200.42134.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 206 (80.86% from 255) = 60.41%
R=25.51%
G=14.08%
B=60.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal87482060.580.7700.19254.8162.249.8
Hex5730CE3A4D013ff3e32
Octal12760316721150233777662
Binary101011111000011001110111010100110101001111111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5730CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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