Html Css Color HEX #511153 Hot Purple

📋 copy color: '#511153'

red 81 ◦ green 17 ◦ blue 83

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

Shades of Hot Purple #511153

Tints of Hot Purple #511153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 44.75%
G = 9.39%
B = 45.86%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511153 (or 0x511153) is known color: Hot Purple. HEX triplet: 51, 11 and 53. RGB value is (81,17,83). Sum of RGB (Red+Green+Blue) = 81+17+83=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #511153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511153 is #AEEEAC. Grayscale: #2B2B2B. Windows color (decimal): -11464365 or 5443921. OLE color: 5443921.

HSL color Cylindrical-coordinate representation of color #511153: hue angle of 298.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511153 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 17 83 -
CMYK 0.02 0.80 0 0.67
HSL 298.18º 0.66% 0.2% -
HSV(B) 298.18º 0.8% 0.33% -
XYZ 5.16 2.77 8.45 -
YUV 43.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 81 17 83 0.02 0.80 0 0.67 298.18 0.66 0.2
Hex 51 11 53 2 50 0 43 12A 42 14
Octal 121 21 123 2 120 0 103 452 102 24
Binary 1010001 10001 1010011 10 1010000 0 1000011 100101010 1000010 10100

Color Harmonies of #511153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511153

Black with #511153

Text Example


Text Example

White with #511153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511153; }

 p { color: rgb(81,17,83); }

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

background-color css

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

 a { background-color: rgb(81,17,83); }

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

border-color css

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

 span { border-color: rgb(81,17,83); }

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