Html Css Color HEX #580EAC Purple Heart

📋 copy color: '#580EAC'

red 88 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #580EAC

Tints of Purple Heart #580EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

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

R = 32.12%
G = 5.11%
B = 62.77%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580EAC (or 0x580EAC) is known color: Purple Heart. HEX triplet: 58, 0E and AC. RGB value is (88,14,172). Sum of RGB (Red+Green+Blue) = 88+14+172=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #580EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580EAC is #A7F153. Grayscale: #353535. Windows color (decimal): -11006292 or 11275864. OLE color: 11275864.

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

Color convert

RGB 88 14 172 -
CMYK 0.49 0.92 0 0.33
HSL 268.1º 0.85% 0.36% -
HSV(B) 268.1º 0.92% 0.67% -
XYZ 11.63 5.37 39.45 -
YUV 54.14 194.52 152.15 -
System Red Green Blue C M Y K H S L
Decimal 88 14 172 0.49 0.92 0 0.33 268.1 0.85 0.36
Hex 58 E AC 31 5C 0 21 10C 55 24
Octal 130 16 254 61 134 0 41 414 125 44
Binary 1011000 1110 10101100 110001 1011100 0 100001 100001100 1010101 100100

Color Harmonies of #580EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EAC

Black with #580EAC

Text Example


Text Example

White with #580EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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