Html Css Color HEX #533659 Hot Purple

📋 copy color: '#533659'

red 83 ◦ green 54 ◦ blue 89

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

Shades of Hot Purple #533659

Tints of Hot Purple #533659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

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

R = 36.73%
G = 23.89%
B = 39.38%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533659 (or 0x533659) is known color: Hot Purple. HEX triplet: 53, 36 and 59. RGB value is (83,54,89). Sum of RGB (Red+Green+Blue) = 83+54+89=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #533659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533659 is #ACC9A6. Grayscale: #424242. Windows color (decimal): -11323815 or 5846611. OLE color: 5846611.

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

Color convert

RGB 83 54 89 -
CMYK 0.07 0.39 0 0.65
HSL 289.71º 0.24% 0.28% -
HSV(B) 289.71º 0.39% 0.35% -
XYZ 6.69 5.2 10.1 -
YUV 66.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 83 54 89 0.07 0.39 0 0.65 289.71 0.24 0.28
Hex 53 36 59 7 27 0 41 122 18 1C
Octal 123 66 131 7 47 0 101 442 30 34
Binary 1010011 110110 1011001 111 100111 0 1000001 100100010 11000 11100

Color Harmonies of #533659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533659

Black with #533659

Text Example


Text Example

White with #533659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533659; }

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

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

background-color css

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

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

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

border-color css

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

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

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