Html Css Color HEX #533457 Hot Purple

📋 copy color: '#533457'

red 83 ◦ green 52 ◦ blue 87

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

Shades of Hot Purple #533457

Tints of Hot Purple #533457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 87 (34.38% from 255) = 39.19%

R = 37.39%
G = 23.42%
B = 39.19%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#533457 (or 0x533457) is known color: Hot Purple. HEX triplet: 53, 34 and 57. RGB value is (83,52,87). Sum of RGB (Red+Green+Blue) = 83+52+87=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #533457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533457 is #ACCBA8. Grayscale: #414141. Windows color (decimal): -11324329 or 5715027. OLE color: 5715027.

HSL color Cylindrical-coordinate representation of color #533457: hue angle of 293.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533457 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 52 87 -
CMYK 0.05 0.40 0 0.66
HSL 293.14º 0.25% 0.27% -
HSV(B) 293.14º 0.4% 0.34% -
XYZ 6.52 4.98 9.64 -
YUV 65.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 83 52 87 0.05 0.40 0 0.66 293.14 0.25 0.27
Hex 53 34 57 5 28 0 42 125 19 1B
Octal 123 64 127 5 50 0 102 445 31 33
Binary 1010011 110100 1010111 101 101000 0 1000010 100100101 11001 11011

Color Harmonies of #533457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533457

Black with #533457

Text Example


Text Example

White with #533457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533457; }

 p { color: rgb(83,52,87); }

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

background-color css

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

 a { background-color: rgb(83,52,87); }

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

border-color css

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

 span { border-color: rgb(83,52,87); }

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