Html Css Color HEX #510251 Hot Purple

📋 copy color: '#510251'

red 81 ◦ green 2 ◦ blue 81

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

Shades of Hot Purple #510251

Tints of Hot Purple #510251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 49.39%
G = 1.22%
B = 49.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#510251 (or 0x510251) is known color: Hot Purple. HEX triplet: 51, 02 and 51. RGB value is (81,2,81). Sum of RGB (Red+Green+Blue) = 81+2+81=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510251 is #AEFDAE. Grayscale: #222222. Windows color (decimal): -11468207 or 5309009. OLE color: 5309009.

HSL color Cylindrical-coordinate representation of color #510251: hue angle of 300º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510251 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 81 -
CMYK 0 0.98 0 0.68
HSL 300º 0.95% 0.16% -
HSV(B) 300º 0.98% 0.32% -
XYZ 4.9 2.39 7.99 -
YUV 34.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 81 2 81 0 0.98 0 0.68 300 0.95 0.16
Hex 51 2 51 0 62 0 44 12C 5F 10
Octal 121 2 121 0 142 0 104 454 137 20
Binary 1010001 10 1010001 0 1100010 0 1000100 100101100 1011111 10000

Color Harmonies of #510251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510251

Black with #510251

Text Example


Text Example

White with #510251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510251; }

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

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

background-color css

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

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

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

border-color css

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

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

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