Html Css Color HEX #510D5F Hot Purple

📋 copy color: '#510D5F'

red 81 ◦ green 13 ◦ blue 95

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

Shades of Hot Purple #510D5F

Tints of Hot Purple #510D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.88%

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

R = 42.86%
G = 6.88%
B = 50.26%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#510D5F (or 0x510D5F) is known color: Hot Purple. HEX triplet: 51, 0D and 5F. RGB value is (81,13,95). Sum of RGB (Red+Green+Blue) = 81+13+95=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #510D5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D5F is #AEF2A0. Grayscale: #2A2A2A. Windows color (decimal): -11465377 or 6229329. OLE color: 6229329.

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

Color convert

RGB 81 13 95 -
CMYK 0.15 0.86 0 0.63
HSL 289.76º 0.76% 0.21% -
HSV(B) 289.76º 0.86% 0.37% -
XYZ 5.6 2.86 11.08 -
YUV 42.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 81 13 95 0.15 0.86 0 0.63 289.76 0.76 0.21
Hex 51 D 5F F 56 0 3F 122 4C 15
Octal 121 15 137 17 126 0 77 442 114 25
Binary 1010001 1101 1011111 1111 1010110 0 111111 100100010 1001100 10101

Color Harmonies of #510D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D5F

Black with #510D5F

Text Example


Text Example

White with #510D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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