Html Css Color HEX #580CAC Purple Heart

📋 copy color: '#580CAC'

red 88 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #580CAC

Tints of Purple Heart #580CAC

RGB

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

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

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

R = 32.35%
G = 4.41%
B = 63.24%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580CAC (or 0x580CAC) is known color: Purple Heart. HEX triplet: 58, 0C and AC. RGB value is (88,12,172). Sum of RGB (Red+Green+Blue) = 88+12+172=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #580CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580CAC is #A7F353. Grayscale: #343434. Windows color (decimal): -11006804 or 11275352. OLE color: 11275352.

HSL color Cylindrical-coordinate representation of color #580CAC: hue angle of 268.5º 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 #580CAC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 12 172 -
CMYK 0.49 0.93 0 0.33
HSL 268.5º 0.87% 0.36% -
HSV(B) 268.5º 0.93% 0.67% -
XYZ 11.6 5.32 39.44 -
YUV 52.96 195.18 152.99 -
System Red Green Blue C M Y K H S L
Decimal 88 12 172 0.49 0.93 0 0.33 268.5 0.87 0.36
Hex 58 C AC 31 5D 0 21 10C 57 24
Octal 130 14 254 61 135 0 41 414 127 44
Binary 1011000 1100 10101100 110001 1011101 0 100001 100001100 1010111 100100

Color Harmonies of #580CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CAC

Black with #580CAC

Text Example


Text Example

White with #580CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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