Html Css Color HEX #532752 Hot Purple

📋 copy color: '#532752'

red 83 ◦ green 39 ◦ blue 82

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

Shades of Hot Purple #532752

Tints of Hot Purple #532752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.12%

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

R = 40.69%
G = 19.12%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#532752 (or 0x532752) is known color: Hot Purple. HEX triplet: 53, 27 and 52. RGB value is (83,39,82). Sum of RGB (Red+Green+Blue) = 83+39+82=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532752 is #ACD8AD. Grayscale: #383838. Windows color (decimal): -11327662 or 5384019. OLE color: 5384019.

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

Color convert

RGB 83 39 82 -
CMYK 0 0.53 0.01 0.67
HSL 301.36º 0.36% 0.24% -
HSV(B) 301.36º 0.53% 0.33% -
XYZ 5.82 3.9 8.43 -
YUV 57.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 83 39 82 0 0.53 0.01 0.67 301.36 0.36 0.24
Hex 53 27 52 0 35 1 43 12D 24 18
Octal 123 47 122 0 65 1 103 455 44 30
Binary 1010011 100111 1010010 0 110101 1 1000011 100101101 100100 11000

Color Harmonies of #532752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532752

Black with #532752

Text Example


Text Example

White with #532752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532752; }

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

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

background-color css

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

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

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

border-color css

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

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

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