Html Css Color HEX #532A59 Hot Purple

📋 copy color: '#532A59'

red 83 ◦ green 42 ◦ blue 89

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

Shades of Hot Purple #532A59

Tints of Hot Purple #532A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 38.79%
G = 19.63%
B = 41.59%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532A59 (or 0x532A59) is known color: Hot Purple. HEX triplet: 53, 2A and 59. RGB value is (83,42,89). Sum of RGB (Red+Green+Blue) = 83+42+89=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #532A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A59 is #ACD5A6. Grayscale: #3B3B3B. Windows color (decimal): -11326887 or 5843539. OLE color: 5843539.

HSL color Cylindrical-coordinate representation of color #532A59: hue angle of 292.34º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532A59 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 42 89 -
CMYK 0.07 0.53 0 0.65
HSL 292.34º 0.36% 0.26% -
HSV(B) 292.34º 0.53% 0.35% -
XYZ 6.2 4.22 9.94 -
YUV 59.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 83 42 89 0.07 0.53 0 0.65 292.34 0.36 0.26
Hex 53 2A 59 7 35 0 41 124 24 1A
Octal 123 52 131 7 65 0 101 444 44 32
Binary 1010011 101010 1011001 111 110101 0 1000001 100100100 100100 11010

Color Harmonies of #532A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A59

Black with #532A59

Text Example


Text Example

White with #532A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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