Html Css Color HEX #511751 Hot Purple

📋 copy color: '#511751'

red 81 ◦ green 23 ◦ blue 81

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

Shades of Hot Purple #511751

Tints of Hot Purple #511751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 43.78%
G = 12.43%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#511751 (or 0x511751) is known color: Hot Purple. HEX triplet: 51, 17 and 51. RGB value is (81,23,81). Sum of RGB (Red+Green+Blue) = 81+23+81=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #511751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511751 is #AEE8AE. Grayscale: #2E2E2E. Windows color (decimal): -11462831 or 5314385. OLE color: 5314385.

HSL color Cylindrical-coordinate representation of color #511751: hue angle of 300º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511751 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 81 -
CMYK 0 0.72 0 0.68
HSL 300º 0.56% 0.2% -
HSV(B) 300º 0.72% 0.32% -
XYZ 5.18 2.96 8.08 -
YUV 46.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 81 23 81 0 0.72 0 0.68 300 0.56 0.2
Hex 51 17 51 0 48 0 44 12C 38 14
Octal 121 27 121 0 110 0 104 454 70 24
Binary 1010001 10111 1010001 0 1001000 0 1000100 100101100 111000 10100

Color Harmonies of #511751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511751

Black with #511751

Text Example


Text Example

White with #511751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511751; }

 p { color: rgb(81,23,81); }

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

background-color css

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

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

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

border-color css

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

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

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