Html Css Color HEX #510D5B Hot Purple

📋 copy color: '#510D5B'

red 81 ◦ green 13 ◦ blue 91

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

Shades of Hot Purple #510D5B

Tints of Hot Purple #510D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.19%

R = 43.78%
G = 7.03%
B = 49.19%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#510D5B (or 0x510D5B) is known color: Hot Purple. HEX triplet: 51, 0D and 5B. RGB value is (81,13,91). Sum of RGB (Red+Green+Blue) = 81+13+91=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #510D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D5B is #AEF2A4. Grayscale: #292929. Windows color (decimal): -11465381 or 5967185. OLE color: 5967185.

HSL color Cylindrical-coordinate representation of color #510D5B: hue angle of 292.31º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510D5B is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 13 91 -
CMYK 0.11 0.86 0 0.64
HSL 292.31º 0.75% 0.2% -
HSV(B) 292.31º 0.86% 0.36% -
XYZ 5.43 2.79 10.15 -
YUV 42.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 81 13 91 0.11 0.86 0 0.64 292.31 0.75 0.2
Hex 51 D 5B B 56 0 40 124 4B 14
Octal 121 15 133 13 126 0 100 444 113 24
Binary 1010001 1101 1011011 1011 1010110 0 1000000 100100100 1001011 10100

Color Harmonies of #510D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D5B

Black with #510D5B

Text Example


Text Example

White with #510D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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