Html Css Color HEX #532952 Hot Purple

📋 copy color: '#532952'

red 83 ◦ green 41 ◦ blue 82

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

Shades of Hot Purple #532952

Tints of Hot Purple #532952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 40.29%
G = 19.9%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#532952 (or 0x532952) is known color: Hot Purple. HEX triplet: 53, 29 and 52. RGB value is (83,41,82). Sum of RGB (Red+Green+Blue) = 83+41+82=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #532952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532952 is #ACD6AD. Grayscale: #3A3A3A. Windows color (decimal): -11327150 or 5384531. OLE color: 5384531.

HSL color Cylindrical-coordinate representation of color #532952: hue angle of 301.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532952 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 82 -
CMYK 0 0.51 0.01 0.67
HSL 301.43º 0.34% 0.24% -
HSV(B) 301.43º 0.51% 0.33% -
XYZ 5.88 4.03 8.45 -
YUV 58.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 83 41 82 0 0.51 0.01 0.67 301.43 0.34 0.24
Hex 53 29 52 0 33 1 43 12D 22 18
Octal 123 51 122 0 63 1 103 455 42 30
Binary 1010011 101001 1010010 0 110011 1 1000011 100101101 100010 11000

Color Harmonies of #532952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532952

Black with #532952

Text Example


Text Example

White with #532952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532952; }

 p { color: rgb(83,41,82); }

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

background-color css

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

 a { background-color: rgb(83,41,82); }

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

border-color css

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

 span { border-color: rgb(83,41,82); }

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