Html Css Color HEX #532953 Hot Purple

📋 copy color: '#532953'

red 83 ◦ green 41 ◦ blue 83

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

Shades of Hot Purple #532953

Tints of Hot Purple #532953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 40.1%
G = 19.81%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#532953 (or 0x532953) is known color: Hot Purple. HEX triplet: 53, 29 and 53. RGB value is (83,41,83). Sum of RGB (Red+Green+Blue) = 83+41+83=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #532953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532953 is #ACD6AC. Grayscale: #3A3A3A. Windows color (decimal): -11327149 or 5450067. OLE color: 5450067.

HSL color Cylindrical-coordinate representation of color #532953: hue angle of 300º 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 #532953 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 83 -
CMYK 0 0.51 0 0.67
HSL 300º 0.34% 0.24% -
HSV(B) 300º 0.51% 0.33% -
XYZ 5.92 4.05 8.65 -
YUV 58.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 83 41 83 0 0.51 0 0.67 300 0.34 0.24
Hex 53 29 53 0 33 0 43 12C 22 18
Octal 123 51 123 0 63 0 103 454 42 30
Binary 1010011 101001 1010011 0 110011 0 1000011 100101100 100010 11000

Color Harmonies of #532953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532953

Black with #532953

Text Example


Text Example

White with #532953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532953; }

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

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

background-color css

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

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

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

border-color css

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

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

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