Html Css Color HEX #580EAE Purple Heart

📋 copy color: '#580EAE'

red 88 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #580EAE

Tints of Purple Heart #580EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 31.88%
G = 5.07%
B = 63.04%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#580EAE (or 0x580EAE) is known color: Purple Heart. HEX triplet: 58, 0E and AE. RGB value is (88,14,174). Sum of RGB (Red+Green+Blue) = 88+14+174=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #580EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580EAE is #A7F151. Grayscale: #353535. Windows color (decimal): -11006290 or 11406936. OLE color: 11406936.

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

Color convert

RGB 88 14 174 -
CMYK 0.49 0.92 0 0.32
HSL 267.75º 0.85% 0.37% -
HSV(B) 267.75º 0.92% 0.68% -
XYZ 11.82 5.44 40.47 -
YUV 54.37 195.52 151.99 -
System Red Green Blue C M Y K H S L
Decimal 88 14 174 0.49 0.92 0 0.32 267.75 0.85 0.37
Hex 58 E AE 31 5C 0 20 10C 55 25
Octal 130 16 256 61 134 0 40 414 125 45
Binary 1011000 1110 10101110 110001 1011100 0 100000 100001100 1010101 100101

Color Harmonies of #580EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EAE

Black with #580EAE

Text Example


Text Example

White with #580EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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