Html Css Color HEX #521953 Hot Purple

📋 copy color: '#521953'

red 82 ◦ green 25 ◦ blue 83

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

Shades of Hot Purple #521953

Tints of Hot Purple #521953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 43.16%
G = 13.16%
B = 43.68%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521953 (or 0x521953) is known color: Hot Purple. HEX triplet: 52, 19 and 53. RGB value is (82,25,83). Sum of RGB (Red+Green+Blue) = 82+25+83=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #521953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521953 is #ADE6AC. Grayscale: #303030. Windows color (decimal): -11396781 or 5445970. OLE color: 5445970.

HSL color Cylindrical-coordinate representation of color #521953: hue angle of 298.97º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521953 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 25 83 -
CMYK 0.01 0.70 0 0.67
HSL 298.97º 0.54% 0.21% -
HSV(B) 298.97º 0.7% 0.33% -
XYZ 5.39 3.11 8.5 -
YUV 48.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 82 25 83 0.01 0.70 0 0.67 298.97 0.54 0.21
Hex 52 19 53 1 46 0 43 12B 36 15
Octal 122 31 123 1 106 0 103 453 66 25
Binary 1010010 11001 1010011 1 1000110 0 1000011 100101011 110110 10101

Color Harmonies of #521953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521953

Black with #521953

Text Example


Text Example

White with #521953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521953; }

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

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

background-color css

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

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

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

border-color css

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

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

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