Html Css Color HEX #580FAA Purple Heart

📋 copy color: '#580FAA'

red 88 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #580FAA

Tints of Purple Heart #580FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 32.23%
G = 5.49%
B = 62.27%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580FAA (or 0x580FAA) is known color: Purple Heart. HEX triplet: 58, 0F and AA. RGB value is (88,15,170). Sum of RGB (Red+Green+Blue) = 88+15+170=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #580FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580FAA is #A7F055. Grayscale: #353535. Windows color (decimal): -11006038 or 11145048. OLE color: 11145048.

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

Color convert

RGB 88 15 170 -
CMYK 0.48 0.91 0 0.33
HSL 268.26º 0.84% 0.36% -
HSV(B) 268.26º 0.91% 0.67% -
XYZ 11.45 5.32 38.45 -
YUV 54.5 193.18 151.9 -
System Red Green Blue C M Y K H S L
Decimal 88 15 170 0.48 0.91 0 0.33 268.26 0.84 0.36
Hex 58 F AA 30 5B 0 21 10C 54 24
Octal 130 17 252 60 133 0 41 414 124 44
Binary 1011000 1111 10101010 110000 1011011 0 100001 100001100 1010100 100100

Color Harmonies of #580FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FAA

Black with #580FAA

Text Example


Text Example

White with #580FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,15,170); }

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

background-color css

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

 a { background-color: rgb(88,15,170); }

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

border-color css

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

 span { border-color: rgb(88,15,170); }

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