Html Css Color HEX #532059 Hot Purple

📋 copy color: '#532059'

red 83 ◦ green 32 ◦ blue 89

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

Shades of Hot Purple #532059

Tints of Hot Purple #532059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

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

R = 40.69%
G = 15.69%
B = 43.63%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532059 (or 0x532059) is known color: Hot Purple. HEX triplet: 53, 20 and 59. RGB value is (83,32,89). Sum of RGB (Red+Green+Blue) = 83+32+89=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #532059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532059 is #ACDFA6. Grayscale: #353535. Windows color (decimal): -11329447 or 5840979. OLE color: 5840979.

HSL color Cylindrical-coordinate representation of color #532059: hue angle of 293.68º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532059 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 32 89 -
CMYK 0.07 0.64 0 0.65
HSL 293.68º 0.47% 0.24% -
HSV(B) 293.68º 0.64% 0.35% -
XYZ 5.89 3.59 9.83 -
YUV 53.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 83 32 89 0.07 0.64 0 0.65 293.68 0.47 0.24
Hex 53 20 59 7 40 0 41 126 2F 18
Octal 123 40 131 7 100 0 101 446 57 30
Binary 1010011 100000 1011001 111 1000000 0 1000001 100100110 101111 11000

Color Harmonies of #532059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532059

Black with #532059

Text Example


Text Example

White with #532059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532059; }

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

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

background-color css

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

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

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

border-color css

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

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

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