Html Css Color HEX #51195D Hot Purple

📋 copy color: '#51195D'

red 81 ◦ green 25 ◦ blue 93

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

Shades of Hot Purple #51195D

Tints of Hot Purple #51195D

RGB

 RED value IS 81 (32.03% from 255) = 40.7%

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

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 40.7%
G = 12.56%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51195D (or 0x51195D) is known color: Hot Purple. HEX triplet: 51, 19 and 5D. RGB value is (81,25,93). Sum of RGB (Red+Green+Blue) = 81+25+93=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #51195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51195D is #AEE6A2. Grayscale: #313131. Windows color (decimal): -11462307 or 6101329. OLE color: 6101329.

HSL color Cylindrical-coordinate representation of color #51195D: hue angle of 289.41º degrees, saturation: 0.58, 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 #51195D is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 25 93 -
CMYK 0.13 0.73 0 0.64
HSL 289.41º 0.58% 0.23% -
HSV(B) 289.41º 0.73% 0.36% -
XYZ 5.72 3.23 10.68 -
YUV 49.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 81 25 93 0.13 0.73 0 0.64 289.41 0.58 0.23
Hex 51 19 5D D 49 0 40 121 3A 17
Octal 121 31 135 15 111 0 100 441 72 27
Binary 1010001 11001 1011101 1101 1001001 0 1000000 100100001 111010 10111

Color Harmonies of #51195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51195D

Black with #51195D

Text Example


Text Example

White with #51195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51195D; }

 p { color: rgb(81,25,93); }

 H1.HeaderClassName
 {
   color: #51195D;
 }
 .AnyTagClassName
 {
   color: #51195D;
 }
</style>

background-color css

<style>
 a { background-color: #51195D; }

 a { background-color: rgb(81,25,93); }

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

border-color css

<style>
 span { border-color: #51195D; }

 span { border-color: rgb(81,25,93); }

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