Html Css Color HEX #522553 Hot Purple

📋 copy color: '#522553'

red 82 ◦ green 37 ◦ blue 83

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

Shades of Hot Purple #522553

Tints of Hot Purple #522553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

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

R = 40.59%
G = 18.32%
B = 41.09%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#522553 (or 0x522553) is known color: Hot Purple. HEX triplet: 52, 25 and 53. RGB value is (82,37,83). Sum of RGB (Red+Green+Blue) = 82+37+83=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #522553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522553 is #ADDAAC. Grayscale: #373737. Windows color (decimal): -11393709 or 5449042. OLE color: 5449042.

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

Color convert

RGB 82 37 83 -
CMYK 0.01 0.55 0 0.67
HSL 298.7º 0.38% 0.24% -
HSV(B) 298.7º 0.55% 0.33% -
XYZ 5.7 3.74 8.61 -
YUV 55.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 82 37 83 0.01 0.55 0 0.67 298.7 0.38 0.24
Hex 52 25 53 1 37 0 43 12B 26 18
Octal 122 45 123 1 67 0 103 453 46 30
Binary 1010010 100101 1010011 1 110111 0 1000011 100101011 100110 11000

Color Harmonies of #522553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522553

Black with #522553

Text Example


Text Example

White with #522553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522553; }

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

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

background-color css

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

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

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

border-color css

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

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

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