Html Css Color HEX #580DAB Purple Heart

📋 copy color: '#580DAB'

red 88 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #580DAB

Tints of Purple Heart #580DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

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

R = 32.35%
G = 4.78%
B = 62.87%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580DAB (or 0x580DAB) is known color: Purple Heart. HEX triplet: 58, 0D and AB. RGB value is (88,13,171). Sum of RGB (Red+Green+Blue) = 88+13+171=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #580DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580DAB is #A7F254. Grayscale: #343434. Windows color (decimal): -11006549 or 11210072. OLE color: 11210072.

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

Color convert

RGB 88 13 171 -
CMYK 0.49 0.92 0 0.33
HSL 268.48º 0.86% 0.36% -
HSV(B) 268.48º 0.92% 0.67% -
XYZ 11.52 5.3 38.94 -
YUV 53.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 88 13 171 0.49 0.92 0 0.33 268.48 0.86 0.36
Hex 58 D AB 31 5C 0 21 10C 56 24
Octal 130 15 253 61 134 0 41 414 126 44
Binary 1011000 1101 10101011 110001 1011100 0 100001 100001100 1010110 100100

Color Harmonies of #580DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DAB

Black with #580DAB

Text Example


Text Example

White with #580DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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