Html Css Color HEX #53195B Hot Purple

📋 copy color: '#53195B'

red 83 ◦ green 25 ◦ blue 91

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

Shades of Hot Purple #53195B

Tints of Hot Purple #53195B

RGB

 RED value IS 83 (32.81% from 255) = 41.71%

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

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

R = 41.71%
G = 12.56%
B = 45.73%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53195B (or 0x53195B) is known color: Hot Purple. HEX triplet: 53, 19 and 5B. RGB value is (83,25,91). Sum of RGB (Red+Green+Blue) = 83+25+91=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #53195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53195B is #ACE6A4. Grayscale: #313131. Windows color (decimal): -11331237 or 5970259. OLE color: 5970259.

HSL color Cylindrical-coordinate representation of color #53195B: hue angle of 292.73º 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 #53195B is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 25 91 -
CMYK 0.09 0.73 0 0.64
HSL 292.73º 0.57% 0.23% -
HSV(B) 292.73º 0.73% 0.36% -
XYZ 5.8 3.29 10.23 -
YUV 49.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 83 25 91 0.09 0.73 0 0.64 292.73 0.57 0.23
Hex 53 19 5B 9 49 0 40 125 39 17
Octal 123 31 133 11 111 0 100 445 71 27
Binary 1010011 11001 1011011 1001 1001001 0 1000000 100100101 111001 10111

Color Harmonies of #53195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53195B

Black with #53195B

Text Example


Text Example

White with #53195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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