Html Css Color HEX #52195A Hot Purple

📋 copy color: '#52195A'

red 82 ◦ green 25 ◦ blue 90

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

Shades of Hot Purple #52195A

Tints of Hot Purple #52195A

RGB

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

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

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

R = 41.62%
G = 12.69%
B = 45.69%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52195A (or 0x52195A) is known color: Hot Purple. HEX triplet: 52, 19 and 5A. RGB value is (82,25,90). Sum of RGB (Red+Green+Blue) = 82+25+90=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #52195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52195A is #ADE6A5. Grayscale: #313131. Windows color (decimal): -11396774 or 5904722. OLE color: 5904722.

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

Color convert

RGB 82 25 90 -
CMYK 0.09 0.72 0 0.65
HSL 292.62º 0.57% 0.23% -
HSV(B) 292.62º 0.72% 0.35% -
XYZ 5.67 3.23 10 -
YUV 49.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 82 25 90 0.09 0.72 0 0.65 292.62 0.57 0.23
Hex 52 19 5A 9 48 0 41 125 39 17
Octal 122 31 132 11 110 0 101 445 71 27
Binary 1010010 11001 1011010 1001 1001000 0 1000001 100100101 111001 10111

Color Harmonies of #52195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52195A

Black with #52195A

Text Example


Text Example

White with #52195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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