Html Css Color HEX #52205A Hot Purple

📋 copy color: '#52205A'

red 82 ◦ green 32 ◦ blue 90

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

Shades of Hot Purple #52205A

Tints of Hot Purple #52205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 40.2%
G = 15.69%
B = 44.12%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52205A (or 0x52205A) is known color: Hot Purple. HEX triplet: 52, 20 and 5A. RGB value is (82,32,90). Sum of RGB (Red+Green+Blue) = 82+32+90=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #52205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52205A is #ADDFA5. Grayscale: #353535. Windows color (decimal): -11394982 or 5906514. OLE color: 5906514.

HSL color Cylindrical-coordinate representation of color #52205A: hue angle of 291.72º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52205A is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 32 90 -
CMYK 0.09 0.64 0 0.65
HSL 291.72º 0.48% 0.24% -
HSV(B) 291.72º 0.64% 0.35% -
XYZ 5.84 3.57 10.05 -
YUV 53.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 82 32 90 0.09 0.64 0 0.65 291.72 0.48 0.24
Hex 52 20 5A 9 40 0 41 124 30 18
Octal 122 40 132 11 100 0 101 444 60 30
Binary 1010010 100000 1011010 1001 1000000 0 1000001 100100100 110000 11000

Color Harmonies of #52205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52205A

Black with #52205A

Text Example


Text Example

White with #52205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52205A; }

 p { color: rgb(82,32,90); }

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

background-color css

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

 a { background-color: rgb(82,32,90); }

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

border-color css

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

 span { border-color: rgb(82,32,90); }

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