Html Css Color HEX #533053 Hot Purple

📋 copy color: '#533053'

red 83 ◦ green 48 ◦ blue 83

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

Shades of Hot Purple #533053

Tints of Hot Purple #533053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 38.79%
G = 22.43%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533053 (or 0x533053) is known color: Hot Purple. HEX triplet: 53, 30 and 53. RGB value is (83,48,83). Sum of RGB (Red+Green+Blue) = 83+48+83=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533053 is #ACCFAC. Grayscale: #3E3E3E. Windows color (decimal): -11325357 or 5451859. OLE color: 5451859.

HSL color Cylindrical-coordinate representation of color #533053: hue angle of 300º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533053 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 83 -
CMYK 0 0.42 0 0.67
HSL 300º 0.27% 0.26% -
HSV(B) 300º 0.42% 0.33% -
XYZ 6.19 4.58 8.74 -
YUV 62.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 83 48 83 0 0.42 0 0.67 300 0.27 0.26
Hex 53 30 53 0 2A 0 43 12C 1B 1A
Octal 123 60 123 0 52 0 103 454 33 32
Binary 1010011 110000 1010011 0 101010 0 1000011 100101100 11011 11010

Color Harmonies of #533053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533053

Black with #533053

Text Example


Text Example

White with #533053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533053; }

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

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

background-color css

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

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

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

border-color css

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

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

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