Html Css Color HEX #510259 Hot Purple

📋 copy color: '#510259'

red 81 ◦ green 2 ◦ blue 89

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

Shades of Hot Purple #510259

Tints of Hot Purple #510259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 47.09%
G = 1.16%
B = 51.74%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510259 (or 0x510259) is known color: Hot Purple. HEX triplet: 51, 02 and 59. RGB value is (81,2,89). Sum of RGB (Red+Green+Blue) = 81+2+89=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #510259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510259 is #AEFDA6. Grayscale: #232323. Windows color (decimal): -11468199 or 5833297. OLE color: 5833297.

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

Color convert

RGB 81 2 89 -
CMYK 0.09 0.98 0 0.65
HSL 294.48º 0.96% 0.18% -
HSV(B) 294.48º 0.98% 0.35% -
XYZ 5.22 2.51 9.66 -
YUV 35.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 81 2 89 0.09 0.98 0 0.65 294.48 0.96 0.18
Hex 51 2 59 9 62 0 41 126 60 12
Octal 121 2 131 11 142 0 101 446 140 22
Binary 1010001 10 1011001 1001 1100010 0 1000001 100100110 1100000 10010

Color Harmonies of #510259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510259

Black with #510259

Text Example


Text Example

White with #510259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510259; }

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

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

background-color css

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

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

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

border-color css

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

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

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