Html Css Color HEX #510B59 Hot Purple

📋 copy color: '#510B59'

red 81 ◦ green 11 ◦ blue 89

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

Shades of Hot Purple #510B59

Tints of Hot Purple #510B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 44.75%
G = 6.08%
B = 49.17%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510B59 (or 0x510B59) is known color: Hot Purple. HEX triplet: 51, 0B and 59. RGB value is (81,11,89). Sum of RGB (Red+Green+Blue) = 81+11+89=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #510B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B59 is #AEF4A6. Grayscale: #282828. Windows color (decimal): -11465895 or 5835601. OLE color: 5835601.

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

Color convert

RGB 81 11 89 -
CMYK 0.09 0.88 0 0.65
HSL 293.85º 0.78% 0.2% -
HSV(B) 293.85º 0.88% 0.35% -
XYZ 5.32 2.71 9.69 -
YUV 40.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 81 11 89 0.09 0.88 0 0.65 293.85 0.78 0.2
Hex 51 B 59 9 58 0 41 126 4E 14
Octal 121 13 131 11 130 0 101 446 116 24
Binary 1010001 1011 1011001 1001 1011000 0 1000001 100100110 1001110 10100

Color Harmonies of #510B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B59

Black with #510B59

Text Example


Text Example

White with #510B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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