Html Css Color HEX #580AAD Purple Heart

📋 copy color: '#580AAD'

red 88 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #580AAD

Tints of Purple Heart #580AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 32.47%
G = 3.69%
B = 63.84%

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

#580AAD (or 0x580AAD) is known color: Purple Heart. HEX triplet: 58, 0A and AD. RGB value is (88,10,173). Sum of RGB (Red+Green+Blue) = 88+10+173=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #580AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AAD is #A7F552. Grayscale: #333333. Windows color (decimal): -11007315 or 11340376. OLE color: 11340376.

HSL color Cylindrical-coordinate representation of color #580AAD: hue angle of 268.71º degrees, saturation: 0.89, 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 #580AAD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 10 173 -
CMYK 0.49 0.94 0 0.32
HSL 268.71º 0.89% 0.36% -
HSV(B) 268.71º 0.94% 0.68% -
XYZ 11.68 5.31 39.94 -
YUV 51.9 196.34 153.75 -
System Red Green Blue C M Y K H S L
Decimal 88 10 173 0.49 0.94 0 0.32 268.71 0.89 0.36
Hex 58 A AD 31 5E 0 20 10D 59 24
Octal 130 12 255 61 136 0 40 415 131 44
Binary 1011000 1010 10101101 110001 1011110 0 100000 100001101 1011001 100100

Color Harmonies of #580AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AAD

Black with #580AAD

Text Example


Text Example

White with #580AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,10,173); }

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

background-color css

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

 a { background-color: rgb(88,10,173); }

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

border-color css

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

 span { border-color: rgb(88,10,173); }

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