Html Css Color HEX #5808BA Purple Heart

📋 copy color: '#5808BA'

red 88 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #5808BA

Tints of Purple Heart #5808BA

RGB

 RED value IS 88 (34.77% from 255) = 31.21%

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

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

R = 31.21%
G = 2.84%
B = 65.96%

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

#5808BA (or 0x5808BA) is known color: Purple Heart. HEX triplet: 58, 08 and BA. RGB value is (88,8,186). Sum of RGB (Red+Green+Blue) = 88+8+186=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #5808BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808BA is #A7F745. Grayscale: #333333. Windows color (decimal): -11007814 or 12191832. OLE color: 12191832.

HSL color Cylindrical-coordinate representation of color #5808BA: hue angle of 266.97º 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 #5808BA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 8 186 -
CMYK 0.53 0.96 0 0.27
HSL 266.97º 0.92% 0.38% -
HSV(B) 266.97º 0.96% 0.73% -
XYZ 12.97 5.79 46.89 -
YUV 52.21 203.5 153.53 -
System Red Green Blue C M Y K H S L
Decimal 88 8 186 0.53 0.96 0 0.27 266.97 0.92 0.38
Hex 58 8 BA 35 60 0 1B 10B 5C 26
Octal 130 10 272 65 140 0 33 413 134 46
Binary 1011000 1000 10111010 110101 1100000 0 11011 100001011 1011100 100110

Color Harmonies of #5808BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5808BA

Black with #5808BA

Text Example


Text Example

White with #5808BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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