Html Css Color HEX #532BA9 Purple Heart

📋 copy color: '#532BA9'

red 83 ◦ green 43 ◦ blue 169

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

Shades of Purple Heart #532BA9

Tints of Purple Heart #532BA9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

 BLUE value IS 169 (66.41% from 255) = 57.29%

R = 28.14%
G = 14.58%
B = 57.29%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#532BA9 (or 0x532BA9) is known color: Purple Heart. HEX triplet: 53, 2B and A9. RGB value is (83,43,169). Sum of RGB (Red+Green+Blue) = 83+43+169=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #532BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532BA9 is #ACD456. Grayscale: #444444. Windows color (decimal): -11326551 or 11086675. OLE color: 11086675.

HSL color Cylindrical-coordinate representation of color #532BA9: hue angle of 259.05º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532BA9 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 43 169 -
CMYK 0.51 0.75 0 0.34
HSL 259.05º 0.59% 0.42% -
HSV(B) 259.05º 0.75% 0.66% -
XYZ 11.59 6.43 38.17 -
YUV 69.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 83 43 169 0.51 0.75 0 0.34 259.05 0.59 0.42
Hex 53 2B A9 33 4B 0 22 103 3B 2A
Octal 123 53 251 63 113 0 42 403 73 52
Binary 1010011 101011 10101001 110011 1001011 0 100010 100000011 111011 101010

Color Harmonies of #532BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BA9

Black with #532BA9

Text Example


Text Example

White with #532BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,43,169); }

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

background-color css

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

 a { background-color: rgb(83,43,169); }

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

border-color css

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

 span { border-color: rgb(83,43,169); }

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