#5708BF

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

Shades of Purple Heart #5708BF

Tints of Purple Heart #5708BF

Color information

#5708BF (or 0x5708BF) is unknown color: approx Purple Heart. HEX triplet: 57, 08 and BF. RGB value is (87,8,191). Sum of RGB (Red+Green+Blue) = 87+8+191=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #5708BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708BF is #A8F740. Grayscale: #333333. Windows color (decimal): -11073345 or 12519511. OLE color: 12519511.

HSL color Cylindrical-coordinate representation of color #5708BF: hue angle of 265.9º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5708BF is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB878191-
CMYK0.540.9600.25
HSL265.9º91.96%39.02%-
HSV(B)265.9º95.81%74.9%-
XYZ13.425.9649.73-
YUV52.48206.17152.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 191 (75% from 255) = 66.78%
R=30.42%
G=2.80%
B=66.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8781910.540.9600.25265.991.9639.02
Hex578BF366001910a5c27
Octal127102776614003141213447
Binary101011110001011111111011011000000110011000010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5708BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5708BF; }

 p { color: rgb(87,8,191); }

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

<style>
 a { background-color: #5708BF; }

 a { background-color: rgb(87,8,191); }

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

<style>
 span { border-color: #5708BF; }

 span { border-color: rgb(87,8,191); }

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