Html Css Color HEX #5708BA Purple Heart

📋 copy color: '#5708BA'

red 87 ◦ green 8 ◦ blue 186

#5708BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5708BA

Tints of Purple Heart #5708BA

RGB

 RED value IS 87 (34.38% from 255) = 30.96%

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 30.96%
G = 2.85%
B = 66.19%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5708BA (or 0x5708BA) is known color: Purple Heart. HEX triplet: 57, 08 and BA. RGB value is (87,8,186). Sum of RGB (Red+Green+Blue) = 87+8+186=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #5708BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708BA is #A8F745. Grayscale: #333333. Windows color (decimal): -11073350 or 12191831. OLE color: 12191831.

HSL color Cylindrical-coordinate representation of color #5708BA: hue angle of 266.63º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5708BA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 8 186 -
CMYK 0.53 0.96 0 0.27
HSL 266.63º 0.92% 0.38% -
HSV(B) 266.63º 0.96% 0.73% -
XYZ 12.88 5.75 46.88 -
YUV 51.91 203.67 153.03 -
System Red Green Blue C M Y K H S L
Decimal 87 8 186 0.53 0.96 0 0.27 266.63 0.92 0.38
Hex 57 8 BA 35 60 0 1B 10B 5C 26
Octal 127 10 272 65 140 0 33 413 134 46
Binary 1010111 1000 10111010 110101 1100000 0 11011 100001011 1011100 100110

Color Harmonies of #5708BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5708BA

Black with #5708BA

Text Example


Text Example

White with #5708BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5708BA;
 }
 .AnyTagClassName
 {
   color: #5708BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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