Html Css Color HEX #533253 Hot Purple

📋 copy color: '#533253'

red 83 ◦ green 50 ◦ blue 83

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

Shades of Hot Purple #533253

Tints of Hot Purple #533253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 38.43%
G = 23.15%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533253 (or 0x533253) is known color: Hot Purple. HEX triplet: 53, 32 and 53. RGB value is (83,50,83). Sum of RGB (Red+Green+Blue) = 83+50+83=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533253 is #ACCDAC. Grayscale: #3F3F3F. Windows color (decimal): -11324845 or 5452371. OLE color: 5452371.

HSL color Cylindrical-coordinate representation of color #533253: hue angle of 300º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533253 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 83 -
CMYK 0 0.40 0 0.67
HSL 300º 0.25% 0.26% -
HSV(B) 300º 0.4% 0.33% -
XYZ 6.27 4.74 8.77 -
YUV 63.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 83 50 83 0 0.40 0 0.67 300 0.25 0.26
Hex 53 32 53 0 28 0 43 12C 19 1A
Octal 123 62 123 0 50 0 103 454 31 32
Binary 1010011 110010 1010011 0 101000 0 1000011 100101100 11001 11010

Color Harmonies of #533253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533253

Black with #533253

Text Example


Text Example

White with #533253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533253; }

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

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

background-color css

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

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

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

border-color css

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

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

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