Html Css Color HEX #52195B Hot Purple

📋 copy color: '#52195B'

red 82 ◦ green 25 ◦ blue 91

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

Shades of Hot Purple #52195B

Tints of Hot Purple #52195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 41.41%
G = 12.63%
B = 45.96%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52195B (or 0x52195B) is known color: Hot Purple. HEX triplet: 52, 19 and 5B. RGB value is (82,25,91). Sum of RGB (Red+Green+Blue) = 82+25+91=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #52195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52195B is #ADE6A4. Grayscale: #313131. Windows color (decimal): -11396773 or 5970258. OLE color: 5970258.

HSL color Cylindrical-coordinate representation of color #52195B: hue angle of 291.82º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52195B is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 25 91 -
CMYK 0.10 0.73 0 0.64
HSL 291.82º 0.57% 0.23% -
HSV(B) 291.82º 0.73% 0.36% -
XYZ 5.72 3.24 10.22 -
YUV 49.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 82 25 91 0.10 0.73 0 0.64 291.82 0.57 0.23
Hex 52 19 5B A 49 0 40 124 39 17
Octal 122 31 133 12 111 0 100 444 71 27
Binary 1010010 11001 1011011 1010 1001001 0 1000000 100100100 111001 10111

Color Harmonies of #52195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52195B

Black with #52195B

Text Example


Text Example

White with #52195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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