Html Css Color HEX #580FA8 Purple Heart

📋 copy color: '#580FA8'

red 88 ◦ green 15 ◦ blue 168

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

Shades of Purple Heart #580FA8

Tints of Purple Heart #580FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 61.99%

R = 32.47%
G = 5.54%
B = 61.99%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#580FA8 (or 0x580FA8) is known color: Purple Heart. HEX triplet: 58, 0F and A8. RGB value is (88,15,168). Sum of RGB (Red+Green+Blue) = 88+15+168=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 168 (66.02% from 255 or 61.99% from 271); Max value from RGB is 168 - color contains mainly: blue. Hex color #580FA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580FA8 is #A7F057. Grayscale: #353535. Windows color (decimal): -11006040 or 11013976. OLE color: 11013976.

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

Color convert

RGB 88 15 168 -
CMYK 0.48 0.91 0 0.34
HSL 268.63º 0.84% 0.36% -
HSV(B) 268.63º 0.91% 0.66% -
XYZ 11.26 5.24 37.46 -
YUV 54.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 88 15 168 0.48 0.91 0 0.34 268.63 0.84 0.36
Hex 58 F A8 30 5B 0 22 10D 54 24
Octal 130 17 250 60 133 0 42 415 124 44
Binary 1011000 1111 10101000 110000 1011011 0 100010 100001101 1010100 100100

Color Harmonies of #580FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FA8

Black with #580FA8

Text Example


Text Example

White with #580FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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