Html Css Color HEX #582AAA Purple Heart

📋 copy color: '#582AAA'

red 88 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #582AAA

Tints of Purple Heart #582AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

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

R = 29.33%
G = 14%
B = 56.67%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582AAA (or 0x582AAA) is known color: Purple Heart. HEX triplet: 58, 2A and AA. RGB value is (88,42,170). Sum of RGB (Red+Green+Blue) = 88+42+170=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #582AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AAA is #A7D555. Grayscale: #454545. Windows color (decimal): -10999126 or 11151960. OLE color: 11151960.

HSL color Cylindrical-coordinate representation of color #582AAA: hue angle of 261.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582AAA is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 42 170 -
CMYK 0.48 0.75 0 0.33
HSL 261.56º 0.6% 0.42% -
HSV(B) 261.56º 0.75% 0.67% -
XYZ 12.11 6.63 38.67 -
YUV 70.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 88 42 170 0.48 0.75 0 0.33 261.56 0.6 0.42
Hex 58 2A AA 30 4B 0 21 106 3C 2A
Octal 130 52 252 60 113 0 41 406 74 52
Binary 1011000 101010 10101010 110000 1001011 0 100001 100000110 111100 101010

Color Harmonies of #582AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AAA

Black with #582AAA

Text Example


Text Example

White with #582AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582AAA; }

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

 H1.HeaderClassName
 {
   color: #582AAA;
 }
 .AnyTagClassName
 {
   color: #582AAA;
 }
</style>

background-color css

<style>
 a { background-color: #582AAA; }

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

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

border-color css

<style>
 span { border-color: #582AAA; }

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

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