Html Css Color HEX #533658 Hot Purple

📋 copy color: '#533658'

red 83 ◦ green 54 ◦ blue 88

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

Shades of Hot Purple #533658

Tints of Hot Purple #533658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 36.89%
G = 24%
B = 39.11%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533658 (or 0x533658) is known color: Hot Purple. HEX triplet: 53, 36 and 58. RGB value is (83,54,88). Sum of RGB (Red+Green+Blue) = 83+54+88=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #533658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533658 is #ACC9A7. Grayscale: #424242. Windows color (decimal): -11323816 or 5781075. OLE color: 5781075.

HSL color Cylindrical-coordinate representation of color #533658: hue angle of 291.18º 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 #533658 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 54 88 -
CMYK 0.06 0.39 0 0.65
HSL 291.18º 0.24% 0.28% -
HSV(B) 291.18º 0.39% 0.35% -
XYZ 6.65 5.18 9.88 -
YUV 66.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 83 54 88 0.06 0.39 0 0.65 291.18 0.24 0.28
Hex 53 36 58 6 27 0 41 123 18 1C
Octal 123 66 130 6 47 0 101 443 30 34
Binary 1010011 110110 1011000 110 100111 0 1000001 100100011 11000 11100

Color Harmonies of #533658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533658

Black with #533658

Text Example


Text Example

White with #533658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533658; }

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

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

background-color css

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

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

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

border-color css

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

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

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