Html Css Color HEX #532052 Hot Purple

📋 copy color: '#532052'

red 83 ◦ green 32 ◦ blue 82

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

Shades of Hot Purple #532052

Tints of Hot Purple #532052

RGB

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

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

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

R = 42.13%
G = 16.24%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#532052 (or 0x532052) is known color: Hot Purple. HEX triplet: 53, 20 and 52. RGB value is (83,32,82). Sum of RGB (Red+Green+Blue) = 83+32+82=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532052 is #ACDFAD. Grayscale: #343434. Windows color (decimal): -11329454 or 5382227. OLE color: 5382227.

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

Color convert

RGB 83 32 82 -
CMYK 0 0.61 0.01 0.67
HSL 301.18º 0.44% 0.23% -
HSV(B) 301.18º 0.61% 0.33% -
XYZ 5.61 3.48 8.36 -
YUV 52.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 83 32 82 0 0.61 0.01 0.67 301.18 0.44 0.23
Hex 53 20 52 0 3D 1 43 12D 2C 17
Octal 123 40 122 0 75 1 103 455 54 27
Binary 1010011 100000 1010010 0 111101 1 1000011 100101101 101100 10111

Color Harmonies of #532052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532052

Black with #532052

Text Example


Text Example

White with #532052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532052; }

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

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

background-color css

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

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

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

border-color css

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

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

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