Html Css Color HEX #510E4D Hot Purple

📋 copy color: '#510E4D'

red 81 ◦ green 14 ◦ blue 77

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

Shades of Hot Purple #510E4D

Tints of Hot Purple #510E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.14%

 BLUE value IS 77 (30.47% from 255) = 44.77%

R = 47.09%
G = 8.14%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#510E4D (or 0x510E4D) is known color: Hot Purple. HEX triplet: 51, 0E and 4D. RGB value is (81,14,77). Sum of RGB (Red+Green+Blue) = 81+14+77=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #510E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E4D is #AEF1B2. Grayscale: #292929. Windows color (decimal): -11465139 or 5049937. OLE color: 5049937.

HSL color Cylindrical-coordinate representation of color #510E4D: hue angle of 303.58º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E4D is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 14 77 -
CMYK 0 0.83 0.05 0.68
HSL 303.58º 0.71% 0.19% -
HSV(B) 303.58º 0.83% 0.32% -
XYZ 4.89 2.6 7.27 -
YUV 41.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 81 14 77 0 0.83 0.05 0.68 303.58 0.71 0.19
Hex 51 E 4D 0 53 5 44 130 47 13
Octal 121 16 115 0 123 5 104 460 107 23
Binary 1010001 1110 1001101 0 1010011 101 1000100 100110000 1000111 10011

Color Harmonies of #510E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E4D

Black with #510E4D

Text Example


Text Example

White with #510E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510E4D; }

 p { color: rgb(81,14,77); }

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

background-color css

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

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

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

border-color css

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

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

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