Html Css Color HEX #580AAC Purple Heart

📋 copy color: '#580AAC'

red 88 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #580AAC

Tints of Purple Heart #580AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 32.59%
G = 3.7%
B = 63.7%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580AAC (or 0x580AAC) is known color: Purple Heart. HEX triplet: 58, 0A and AC. RGB value is (88,10,172). Sum of RGB (Red+Green+Blue) = 88+10+172=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #580AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AAC is #A7F553. Grayscale: #333333. Windows color (decimal): -11007316 or 11274840. OLE color: 11274840.

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

Color convert

RGB 88 10 172 -
CMYK 0.49 0.94 0 0.33
HSL 268.89º 0.89% 0.36% -
HSV(B) 268.89º 0.94% 0.67% -
XYZ 11.58 5.27 39.44 -
YUV 51.79 195.84 153.83 -
System Red Green Blue C M Y K H S L
Decimal 88 10 172 0.49 0.94 0 0.33 268.89 0.89 0.36
Hex 58 A AC 31 5E 0 21 10D 59 24
Octal 130 12 254 61 136 0 41 415 131 44
Binary 1011000 1010 10101100 110001 1011110 0 100001 100001101 1011001 100100

Color Harmonies of #580AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AAC

Black with #580AAC

Text Example


Text Example

White with #580AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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