Html Css Color HEX #520153 Hot Purple

📋 copy color: '#520153'

red 82 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #520153

Tints of Hot Purple #520153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 49.4%
G = 0.6%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520153 (or 0x520153) is known color: Hot Purple. HEX triplet: 52, 01 and 53. RGB value is (82,1,83). Sum of RGB (Red+Green+Blue) = 82+1+83=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #520153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520153 is #ADFEAC. Grayscale: #222222. Windows color (decimal): -11402925 or 5439826. OLE color: 5439826.

HSL color Cylindrical-coordinate representation of color #520153: hue angle of 299.27º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520153 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 1 83 -
CMYK 0.01 0.99 0 0.67
HSL 299.27º 0.98% 0.16% -
HSV(B) 299.27º 0.99% 0.33% -
XYZ 5.05 2.44 8.39 -
YUV 34.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 82 1 83 0.01 0.99 0 0.67 299.27 0.98 0.16
Hex 52 1 53 1 63 0 43 12B 62 10
Octal 122 1 123 1 143 0 103 453 142 20
Binary 1010010 1 1010011 1 1100011 0 1000011 100101011 1100010 10000

Color Harmonies of #520153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520153

Black with #520153

Text Example


Text Example

White with #520153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520153; }

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

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

background-color css

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

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

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

border-color css

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

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

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