Html Css Color HEX #510559 Hot Purple

📋 copy color: '#510559'

red 81 ◦ green 5 ◦ blue 89

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

Shades of Hot Purple #510559

Tints of Hot Purple #510559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 46.29%
G = 2.86%
B = 50.86%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510559 (or 0x510559) is known color: Hot Purple. HEX triplet: 51, 05 and 59. RGB value is (81,5,89). Sum of RGB (Red+Green+Blue) = 81+5+89=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #510559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510559 is #AEFAA6. Grayscale: #252525. Windows color (decimal): -11467431 or 5834065. OLE color: 5834065.

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

Color convert

RGB 81 5 89 -
CMYK 0.09 0.94 0 0.65
HSL 294.29º 0.89% 0.18% -
HSV(B) 294.29º 0.94% 0.35% -
XYZ 5.25 2.58 9.67 -
YUV 37.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 81 5 89 0.09 0.94 0 0.65 294.29 0.89 0.18
Hex 51 5 59 9 5E 0 41 126 59 12
Octal 121 5 131 11 136 0 101 446 131 22
Binary 1010001 101 1011001 1001 1011110 0 1000001 100100110 1011001 10010

Color Harmonies of #510559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510559

Black with #510559

Text Example


Text Example

White with #510559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510559; }

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

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

background-color css

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

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

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

border-color css

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

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

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