Html Css Color HEX #532AAA Purple Heart

📋 copy color: '#532AAA'

red 83 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #532AAA

Tints of Purple Heart #532AAA

RGB

 RED value IS 83 (32.81% from 255) = 28.14%

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

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

R = 28.14%
G = 14.24%
B = 57.63%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#532AAA (or 0x532AAA) is known color: Purple Heart. HEX triplet: 53, 2A and AA. RGB value is (83,42,170). Sum of RGB (Red+Green+Blue) = 83+42+170=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #532AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532AAA is #ACD555. Grayscale: #444444. Windows color (decimal): -11326806 or 11151955. OLE color: 11151955.

HSL color Cylindrical-coordinate representation of color #532AAA: hue angle of 259.22º 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 #532AAA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 42 170 -
CMYK 0.51 0.75 0 0.33
HSL 259.22º 0.6% 0.42% -
HSV(B) 259.22º 0.75% 0.67% -
XYZ 11.65 6.4 38.65 -
YUV 68.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 83 42 170 0.51 0.75 0 0.33 259.22 0.6 0.42
Hex 53 2A AA 33 4B 0 21 103 3C 2A
Octal 123 52 252 63 113 0 41 403 74 52
Binary 1010011 101010 10101010 110011 1001011 0 100001 100000011 111100 101010

Color Harmonies of #532AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532AAA

Black with #532AAA

Text Example


Text Example

White with #532AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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