Html Css Color HEX #510E5F Hot Purple

📋 copy color: '#510E5F'

red 81 ◦ green 14 ◦ blue 95

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

Shades of Hot Purple #510E5F

Tints of Hot Purple #510E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50%

R = 42.63%
G = 7.37%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#510E5F (or 0x510E5F) is known color: Hot Purple. HEX triplet: 51, 0E and 5F. RGB value is (81,14,95). Sum of RGB (Red+Green+Blue) = 81+14+95=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #510E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E5F is #AEF1A0. Grayscale: #2B2B2B. Windows color (decimal): -11465121 or 6229585. OLE color: 6229585.

HSL color Cylindrical-coordinate representation of color #510E5F: hue angle of 289.63º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510E5F is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 14 95 -
CMYK 0.15 0.85 0 0.63
HSL 289.63º 0.74% 0.21% -
HSV(B) 289.63º 0.85% 0.37% -
XYZ 5.62 2.89 11.09 -
YUV 43.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 81 14 95 0.15 0.85 0 0.63 289.63 0.74 0.21
Hex 51 E 5F F 55 0 3F 122 4A 15
Octal 121 16 137 17 125 0 77 442 112 25
Binary 1010001 1110 1011111 1111 1010101 0 111111 100100010 1001010 10101

Color Harmonies of #510E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E5F

Black with #510E5F

Text Example


Text Example

White with #510E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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