Html Css Color HEX #580FAB Purple Heart

📋 copy color: '#580FAB'

red 88 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #580FAB

Tints of Purple Heart #580FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 32.12%
G = 5.47%
B = 62.41%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580FAB (or 0x580FAB) is known color: Purple Heart. HEX triplet: 58, 0F and AB. RGB value is (88,15,171). Sum of RGB (Red+Green+Blue) = 88+15+171=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #580FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580FAB is #A7F054. Grayscale: #363636. Windows color (decimal): -11006037 or 11210584. OLE color: 11210584.

HSL color Cylindrical-coordinate representation of color #580FAB: hue angle of 268.08º 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 #580FAB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 15 171 -
CMYK 0.49 0.91 0 0.33
HSL 268.08º 0.84% 0.36% -
HSV(B) 268.08º 0.91% 0.67% -
XYZ 11.55 5.36 38.95 -
YUV 54.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 88 15 171 0.49 0.91 0 0.33 268.08 0.84 0.36
Hex 58 F AB 31 5B 0 21 10C 54 24
Octal 130 17 253 61 133 0 41 414 124 44
Binary 1011000 1111 10101011 110001 1011011 0 100001 100001100 1010100 100100

Color Harmonies of #580FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FAB

Black with #580FAB

Text Example


Text Example

White with #580FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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