Html Css Color HEX #580AB8 Purple Heart

📋 copy color: '#580AB8'

red 88 ◦ green 10 ◦ blue 184

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

Shades of Purple Heart #580AB8

Tints of Purple Heart #580AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 184 (72.27% from 255) = 65.25%

R = 31.21%
G = 3.55%
B = 65.25%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#580AB8 (or 0x580AB8) is known color: Purple Heart. HEX triplet: 58, 0A and B8. RGB value is (88,10,184). Sum of RGB (Red+Green+Blue) = 88+10+184=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #580AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580AB8 is #A7F547. Grayscale: #343434. Windows color (decimal): -11007304 or 12061272. OLE color: 12061272.

HSL color Cylindrical-coordinate representation of color #580AB8: hue angle of 266.9º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580AB8 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 10 184 -
CMYK 0.52 0.95 0 0.28
HSL 266.9º 0.9% 0.38% -
HSV(B) 266.9º 0.95% 0.72% -
XYZ 12.78 5.75 45.78 -
YUV 53.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 88 10 184 0.52 0.95 0 0.28 266.9 0.9 0.38
Hex 58 A B8 34 5F 0 1C 10B 5A 26
Octal 130 12 270 64 137 0 34 413 132 46
Binary 1011000 1010 10111000 110100 1011111 0 11100 100001011 1011010 100110

Color Harmonies of #580AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AB8

Black with #580AB8

Text Example


Text Example

White with #580AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580AB8; }

 p { color: rgb(88,10,184); }

 H1.HeaderClassName
 {
   color: #580AB8;
 }
 .AnyTagClassName
 {
   color: #580AB8;
 }
</style>

background-color css

<style>
 a { background-color: #580AB8; }

 a { background-color: rgb(88,10,184); }

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

border-color css

<style>
 span { border-color: #580AB8; }

 span { border-color: rgb(88,10,184); }

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