Html Css Color HEX #52325A Hot Purple

📋 copy color: '#52325A'

red 82 ◦ green 50 ◦ blue 90

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

Shades of Hot Purple #52325A

Tints of Hot Purple #52325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 36.94%
G = 22.52%
B = 40.54%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52325A (or 0x52325A) is known color: Hot Purple. HEX triplet: 52, 32 and 5A. RGB value is (82,50,90). Sum of RGB (Red+Green+Blue) = 82+50+90=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #52325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52325A is #ADCDA5. Grayscale: #3F3F3F. Windows color (decimal): -11390374 or 5911122. OLE color: 5911122.

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

Color convert

RGB 82 50 90 -
CMYK 0.09 0.44 0 0.65
HSL 288º 0.29% 0.27% -
HSV(B) 288º 0.44% 0.35% -
XYZ 6.47 4.81 10.26 -
YUV 64.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 82 50 90 0.09 0.44 0 0.65 288 0.29 0.27
Hex 52 32 5A 9 2C 0 41 120 1D 1B
Octal 122 62 132 11 54 0 101 440 35 33
Binary 1010010 110010 1011010 1001 101100 0 1000001 100100000 11101 11011

Color Harmonies of #52325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52325A

Black with #52325A

Text Example


Text Example

White with #52325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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