Html Css Color HEX #53195E Hot Purple

📋 copy color: '#53195E'

red 83 ◦ green 25 ◦ blue 94

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

Shades of Hot Purple #53195E

Tints of Hot Purple #53195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 41.09%
G = 12.38%
B = 46.53%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53195E (or 0x53195E) is known color: Hot Purple. HEX triplet: 53, 19 and 5E. RGB value is (83,25,94). Sum of RGB (Red+Green+Blue) = 83+25+94=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #53195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53195E is #ACE6A1. Grayscale: #313131. Windows color (decimal): -11331234 or 6166867. OLE color: 6166867.

HSL color Cylindrical-coordinate representation of color #53195E: hue angle of 290.43º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53195E is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 25 94 -
CMYK 0.12 0.73 0 0.63
HSL 290.43º 0.58% 0.23% -
HSV(B) 290.43º 0.73% 0.37% -
XYZ 5.94 3.34 10.92 -
YUV 50.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 83 25 94 0.12 0.73 0 0.63 290.43 0.58 0.23
Hex 53 19 5E C 49 0 3F 122 3A 17
Octal 123 31 136 14 111 0 77 442 72 27
Binary 1010011 11001 1011110 1100 1001001 0 111111 100100010 111010 10111

Color Harmonies of #53195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53195E

Black with #53195E

Text Example


Text Example

White with #53195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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