Html Css Color HEX #523053 Hot Purple

📋 copy color: '#523053'

red 82 ◦ green 48 ◦ blue 83

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

Shades of Hot Purple #523053

Tints of Hot Purple #523053

RGB

 RED value IS 82 (32.42% from 255) = 38.5%

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

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

R = 38.5%
G = 22.54%
B = 38.97%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#523053 (or 0x523053) is known color: Hot Purple. HEX triplet: 52, 30 and 53. RGB value is (82,48,83). Sum of RGB (Red+Green+Blue) = 82+48+83=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #523053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523053 is #ADCFAC. Grayscale: #3E3E3E. Windows color (decimal): -11390893 or 5451858. OLE color: 5451858.

HSL color Cylindrical-coordinate representation of color #523053: hue angle of 298.29º 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 #523053 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 48 83 -
CMYK 0.01 0.42 0 0.67
HSL 298.29º 0.27% 0.26% -
HSV(B) 298.29º 0.42% 0.33% -
XYZ 6.1 4.53 8.74 -
YUV 62.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 82 48 83 0.01 0.42 0 0.67 298.29 0.27 0.26
Hex 52 30 53 1 2A 0 43 12A 1B 1A
Octal 122 60 123 1 52 0 103 452 33 32
Binary 1010010 110000 1010011 1 101010 0 1000011 100101010 11011 11010

Color Harmonies of #523053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523053

Black with #523053

Text Example


Text Example

White with #523053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523053; }

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

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

background-color css

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

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

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

border-color css

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

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

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