Html Css Color HEX #510B5B Hot Purple

📋 copy color: '#510B5B'

red 81 ◦ green 11 ◦ blue 91

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

Shades of Hot Purple #510B5B

Tints of Hot Purple #510B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.01%

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

R = 44.26%
G = 6.01%
B = 49.73%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#510B5B (or 0x510B5B) is known color: Hot Purple. HEX triplet: 51, 0B and 5B. RGB value is (81,11,91). Sum of RGB (Red+Green+Blue) = 81+11+91=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #510B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B5B is #AEF4A4. Grayscale: #282828. Windows color (decimal): -11465893 or 5966673. OLE color: 5966673.

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

Color convert

RGB 81 11 91 -
CMYK 0.11 0.88 0 0.64
HSL 292.5º 0.78% 0.2% -
HSV(B) 292.5º 0.88% 0.36% -
XYZ 5.4 2.74 10.14 -
YUV 41.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 81 11 91 0.11 0.88 0 0.64 292.5 0.78 0.2
Hex 51 B 5B B 58 0 40 124 4E 14
Octal 121 13 133 13 130 0 100 444 116 24
Binary 1010001 1011 1011011 1011 1011000 0 1000000 100100100 1001110 10100

Color Harmonies of #510B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B5B

Black with #510B5B

Text Example


Text Example

White with #510B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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