Html Css Color HEX #533555 Hot Purple

📋 copy color: '#533555'

red 83 ◦ green 53 ◦ blue 85

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

Shades of Hot Purple #533555

Tints of Hot Purple #533555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 37.56%
G = 23.98%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533555 (or 0x533555) is known color: Hot Purple. HEX triplet: 53, 35 and 55. RGB value is (83,53,85). Sum of RGB (Red+Green+Blue) = 83+53+85=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #533555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533555 is #ACCAAA. Grayscale: #414141. Windows color (decimal): -11324075 or 5584211. OLE color: 5584211.

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

Color convert

RGB 83 53 85 -
CMYK 0.02 0.38 0 0.67
HSL 296.25º 0.23% 0.27% -
HSV(B) 296.25º 0.38% 0.33% -
XYZ 6.48 5.04 9.23 -
YUV 65.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 83 53 85 0.02 0.38 0 0.67 296.25 0.23 0.27
Hex 53 35 55 2 26 0 43 128 17 1B
Octal 123 65 125 2 46 0 103 450 27 33
Binary 1010011 110101 1010101 10 100110 0 1000011 100101000 10111 11011

Color Harmonies of #533555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533555

Black with #533555

Text Example


Text Example

White with #533555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533555; }

 p { color: rgb(83,53,85); }

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

background-color css

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

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

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

border-color css

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

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

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