Html Css Color HEX #580BAA Purple Heart

📋 copy color: '#580BAA'

red 88 ◦ green 11 ◦ blue 170

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

Shades of Purple Heart #580BAA

Tints of Purple Heart #580BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 32.71%
G = 4.09%
B = 63.2%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580BAA (or 0x580BAA) is known color: Purple Heart. HEX triplet: 58, 0B and AA. RGB value is (88,11,170). Sum of RGB (Red+Green+Blue) = 88+11+170=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #580BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580BAA is #A7F455. Grayscale: #333333. Windows color (decimal): -11007062 or 11144024. OLE color: 11144024.

HSL color Cylindrical-coordinate representation of color #580BAA: hue angle of 269.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BAA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 11 170 -
CMYK 0.48 0.94 0 0.33
HSL 269.06º 0.88% 0.35% -
HSV(B) 269.06º 0.94% 0.67% -
XYZ 11.4 5.22 38.44 -
YUV 52.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 88 11 170 0.48 0.94 0 0.33 269.06 0.88 0.35
Hex 58 B AA 30 5E 0 21 10D 58 23
Octal 130 13 252 60 136 0 41 415 130 43
Binary 1011000 1011 10101010 110000 1011110 0 100001 100001101 1011000 100011

Color Harmonies of #580BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BAA

Black with #580BAA

Text Example


Text Example

White with #580BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,11,170); }

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

background-color css

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

 a { background-color: rgb(88,11,170); }

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

border-color css

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

 span { border-color: rgb(88,11,170); }

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