Html Css Color HEX #580CAA Purple Heart

📋 copy color: '#580CAA'

red 88 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #580CAA

Tints of Purple Heart #580CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

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

R = 32.59%
G = 4.44%
B = 62.96%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580CAA (or 0x580CAA) is known color: Purple Heart. HEX triplet: 58, 0C and AA. RGB value is (88,12,170). Sum of RGB (Red+Green+Blue) = 88+12+170=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #580CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580CAA is #A7F355. Grayscale: #343434. Windows color (decimal): -11006806 or 11144280. OLE color: 11144280.

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

Color convert

RGB 88 12 170 -
CMYK 0.48 0.93 0 0.33
HSL 268.86º 0.87% 0.36% -
HSV(B) 268.86º 0.93% 0.67% -
XYZ 11.41 5.24 38.44 -
YUV 52.74 194.18 153.15 -
System Red Green Blue C M Y K H S L
Decimal 88 12 170 0.48 0.93 0 0.33 268.86 0.87 0.36
Hex 58 C AA 30 5D 0 21 10D 57 24
Octal 130 14 252 60 135 0 41 415 127 44
Binary 1011000 1100 10101010 110000 1011101 0 100001 100001101 1010111 100100

Color Harmonies of #580CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CAA

Black with #580CAA

Text Example


Text Example

White with #580CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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