Html Css Color HEX #533356 Hot Purple

📋 copy color: '#533356'

red 83 ◦ green 51 ◦ blue 86

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

Shades of Hot Purple #533356

Tints of Hot Purple #533356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 86 (33.98% from 255) = 39.09%

R = 37.73%
G = 23.18%
B = 39.09%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#533356 (or 0x533356) is known color: Hot Purple. HEX triplet: 53, 33 and 56. RGB value is (83,51,86). Sum of RGB (Red+Green+Blue) = 83+51+86=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #533356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533356 is #ACCCA9. Grayscale: #404040. Windows color (decimal): -11324586 or 5649235. OLE color: 5649235.

HSL color Cylindrical-coordinate representation of color #533356: hue angle of 294.86º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533356 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 51 86 -
CMYK 0.03 0.41 0 0.66
HSL 294.86º 0.26% 0.27% -
HSV(B) 294.86º 0.41% 0.34% -
XYZ 6.43 4.88 9.41 -
YUV 64.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 83 51 86 0.03 0.41 0 0.66 294.86 0.26 0.27
Hex 53 33 56 3 29 0 42 127 1A 1B
Octal 123 63 126 3 51 0 102 447 32 33
Binary 1010011 110011 1010110 11 101001 0 1000010 100100111 11010 11011

Color Harmonies of #533356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533356

Black with #533356

Text Example


Text Example

White with #533356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533356; }

 p { color: rgb(83,51,86); }

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

background-color css

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

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

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

border-color css

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

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

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