Html Css Color HEX #580BAE Purple Heart

📋 copy color: '#580BAE'

red 88 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #580BAE

Tints of Purple Heart #580BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

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

R = 32.23%
G = 4.03%
B = 63.74%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#580BAE (or 0x580BAE) is known color: Purple Heart. HEX triplet: 58, 0B and AE. RGB value is (88,11,174). Sum of RGB (Red+Green+Blue) = 88+11+174=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #580BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580BAE is #A7F451. Grayscale: #343434. Windows color (decimal): -11007058 or 11406168. OLE color: 11406168.

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

Color convert

RGB 88 11 174 -
CMYK 0.49 0.94 0 0.32
HSL 268.34º 0.88% 0.36% -
HSV(B) 268.34º 0.94% 0.68% -
XYZ 11.78 5.37 40.46 -
YUV 52.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 88 11 174 0.49 0.94 0 0.32 268.34 0.88 0.36
Hex 58 B AE 31 5E 0 20 10C 58 24
Octal 130 13 256 61 136 0 40 414 130 44
Binary 1011000 1011 10101110 110001 1011110 0 100000 100001100 1011000 100100

Color Harmonies of #580BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BAE

Black with #580BAE

Text Example


Text Example

White with #580BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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