Html Css Color HEX #510F5F Hot Purple

📋 copy color: '#510F5F'

red 81 ◦ green 15 ◦ blue 95

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

Shades of Hot Purple #510F5F

Tints of Hot Purple #510F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

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

R = 42.41%
G = 7.85%
B = 49.74%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#510F5F (or 0x510F5F) is known color: Hot Purple. HEX triplet: 51, 0F and 5F. RGB value is (81,15,95). Sum of RGB (Red+Green+Blue) = 81+15+95=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #510F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F5F is #AEF0A0. Grayscale: #2B2B2B. Windows color (decimal): -11464865 or 6229841. OLE color: 6229841.

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

Color convert

RGB 81 15 95 -
CMYK 0.15 0.84 0 0.63
HSL 289.5º 0.73% 0.22% -
HSV(B) 289.5º 0.84% 0.37% -
XYZ 5.63 2.92 11.09 -
YUV 43.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 81 15 95 0.15 0.84 0 0.63 289.5 0.73 0.22
Hex 51 F 5F F 54 0 3F 122 49 16
Octal 121 17 137 17 124 0 77 442 111 26
Binary 1010001 1111 1011111 1111 1010100 0 111111 100100010 1001001 10110

Color Harmonies of #510F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F5F

Black with #510F5F

Text Example


Text Example

White with #510F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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