Html Css Color HEX #580CAB Purple Heart

📋 copy color: '#580CAB'

red 88 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #580CAB

Tints of Purple Heart #580CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 32.47%
G = 4.43%
B = 63.1%

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

#580CAB (or 0x580CAB) is known color: Purple Heart. HEX triplet: 58, 0C and AB. RGB value is (88,12,171). Sum of RGB (Red+Green+Blue) = 88+12+171=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #580CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580CAB is #A7F354. Grayscale: #343434. Windows color (decimal): -11006805 or 11209816. OLE color: 11209816.

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

Color convert

RGB 88 12 171 -
CMYK 0.49 0.93 0 0.33
HSL 268.68º 0.87% 0.36% -
HSV(B) 268.68º 0.93% 0.67% -
XYZ 11.51 5.28 38.94 -
YUV 52.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 88 12 171 0.49 0.93 0 0.33 268.68 0.87 0.36
Hex 58 C AB 31 5D 0 21 10D 57 24
Octal 130 14 253 61 135 0 41 415 127 44
Binary 1011000 1100 10101011 110001 1011101 0 100001 100001101 1010111 100100

Color Harmonies of #580CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CAB

Black with #580CAB

Text Example


Text Example

White with #580CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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