Html Css Color HEX #521153 Hot Purple

📋 copy color: '#521153'

red 82 ◦ green 17 ◦ blue 83

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

Shades of Hot Purple #521153

Tints of Hot Purple #521153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 45.05%
G = 9.34%
B = 45.6%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521153 (or 0x521153) is known color: Hot Purple. HEX triplet: 52, 11 and 53. RGB value is (82,17,83). Sum of RGB (Red+Green+Blue) = 82+17+83=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #521153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521153 is #ADEEAC. Grayscale: #2B2B2B. Windows color (decimal): -11398829 or 5443922. OLE color: 5443922.

HSL color Cylindrical-coordinate representation of color #521153: hue angle of 299.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521153 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 17 83 -
CMYK 0.01 0.80 0 0.67
HSL 299.09º 0.66% 0.2% -
HSV(B) 299.09º 0.8% 0.33% -
XYZ 5.24 2.82 8.45 -
YUV 43.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 82 17 83 0.01 0.80 0 0.67 299.09 0.66 0.2
Hex 52 11 53 1 50 0 43 12B 42 14
Octal 122 21 123 1 120 0 103 453 102 24
Binary 1010010 10001 1010011 1 1010000 0 1000011 100101011 1000010 10100

Color Harmonies of #521153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521153

Black with #521153

Text Example


Text Example

White with #521153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521153; }

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

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

background-color css

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

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

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

border-color css

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

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

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