Html Css Color HEX #510059 Hot Purple

📋 copy color: '#510059'

red 81 ◦ green 0 ◦ blue 89

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

Shades of Hot Purple #510059

Tints of Hot Purple #510059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.65%
G = 0%
B = 52.35%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510059 (or 0x510059) is known color: Hot Purple. HEX triplet: 51, 00 and 59. RGB value is (81,0,89). Sum of RGB (Red+Green+Blue) = 81+0+89=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #510059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510059 is #AEFFA6. Grayscale: #222222. Windows color (decimal): -11468711 or 5832785. OLE color: 5832785.

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

Color convert

RGB 81 0 89 -
CMYK 0.09 1 0 0.65
HSL 294.61º 1% 0.17% -
HSV(B) 294.61º 1% 0.35% -
XYZ 5.2 2.47 9.65 -
YUV 34.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 81 0 89 0.09 1 0 0.65 294.61 1 0.17
Hex 51 0 59 9 64 0 41 127 64 11
Octal 121 0 131 11 144 0 101 447 144 21
Binary 1010001 0 1011001 1001 1100100 0 1000001 100100111 1100100 10001

Color Harmonies of #510059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510059

Black with #510059

Text Example


Text Example

White with #510059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510059; }

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

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

background-color css

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

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

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

border-color css

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

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

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