Html Css Color HEX #533759 Hot Purple

📋 copy color: '#533759'

red 83 ◦ green 55 ◦ blue 89

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

Shades of Hot Purple #533759

Tints of Hot Purple #533759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

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

R = 36.56%
G = 24.23%
B = 39.21%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533759 (or 0x533759) is known color: Hot Purple. HEX triplet: 53, 37 and 59. RGB value is (83,55,89). Sum of RGB (Red+Green+Blue) = 83+55+89=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #533759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533759 is #ACC8A6. Grayscale: #434343. Windows color (decimal): -11323559 or 5846867. OLE color: 5846867.

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

Color convert

RGB 83 55 89 -
CMYK 0.07 0.38 0 0.65
HSL 289.41º 0.24% 0.28% -
HSV(B) 289.41º 0.38% 0.35% -
XYZ 6.74 5.29 10.12 -
YUV 67.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 83 55 89 0.07 0.38 0 0.65 289.41 0.24 0.28
Hex 53 37 59 7 26 0 41 121 18 1C
Octal 123 67 131 7 46 0 101 441 30 34
Binary 1010011 110111 1011001 111 100110 0 1000001 100100001 11000 11100

Color Harmonies of #533759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533759

Black with #533759

Text Example


Text Example

White with #533759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533759; }

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

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

background-color css

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

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

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

border-color css

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

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

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