Html Css Color HEX #533059 Hot Purple

📋 copy color: '#533059'

red 83 ◦ green 48 ◦ blue 89

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

Shades of Hot Purple #533059

Tints of Hot Purple #533059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 37.73%
G = 21.82%
B = 40.45%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533059 (or 0x533059) is known color: Hot Purple. HEX triplet: 53, 30 and 59. RGB value is (83,48,89). Sum of RGB (Red+Green+Blue) = 83+48+89=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #533059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533059 is #ACCFA6. Grayscale: #3F3F3F. Windows color (decimal): -11325351 or 5845075. OLE color: 5845075.

HSL color Cylindrical-coordinate representation of color #533059: hue angle of 291.22º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533059 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 48 89 -
CMYK 0.07 0.46 0 0.65
HSL 291.22º 0.3% 0.27% -
HSV(B) 291.22º 0.46% 0.35% -
XYZ 6.43 4.67 10.01 -
YUV 63.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 83 48 89 0.07 0.46 0 0.65 291.22 0.3 0.27
Hex 53 30 59 7 2E 0 41 123 1E 1B
Octal 123 60 131 7 56 0 101 443 36 33
Binary 1010011 110000 1011001 111 101110 0 1000001 100100011 11110 11011

Color Harmonies of #533059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533059

Black with #533059

Text Example


Text Example

White with #533059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533059; }

 p { color: rgb(83,48,89); }

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

background-color css

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

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

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

border-color css

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

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

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