Html Css Color HEX #5808BD Purple Heart

📋 copy color: '#5808BD'

red 88 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #5808BD

Tints of Purple Heart #5808BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.32%

R = 30.88%
G = 2.81%
B = 66.32%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5808BD (or 0x5808BD) is known color: Purple Heart. HEX triplet: 58, 08 and BD. RGB value is (88,8,189). Sum of RGB (Red+Green+Blue) = 88+8+189=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #5808BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808BD is #A7F742. Grayscale: #333333. Windows color (decimal): -11007811 or 12388440. OLE color: 12388440.

HSL color Cylindrical-coordinate representation of color #5808BD: hue angle of 266.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5808BD is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 8 189 -
CMYK 0.53 0.96 0 0.26
HSL 266.52º 0.92% 0.39% -
HSV(B) 266.52º 0.96% 0.74% -
XYZ 13.3 5.92 48.59 -
YUV 52.55 205 153.28 -
System Red Green Blue C M Y K H S L
Decimal 88 8 189 0.53 0.96 0 0.26 266.52 0.92 0.39
Hex 58 8 BD 35 60 0 1A 10B 5C 27
Octal 130 10 275 65 140 0 32 413 134 47
Binary 1011000 1000 10111101 110101 1100000 0 11010 100001011 1011100 100111

Color Harmonies of #5808BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5808BD

Black with #5808BD

Text Example


Text Example

White with #5808BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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