Html Css Color HEX #510551 Hot Purple

📋 copy color: '#510551'

red 81 ◦ green 5 ◦ blue 81

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

Shades of Hot Purple #510551

Tints of Hot Purple #510551

RGB

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

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

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

R = 48.5%
G = 2.99%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#510551 (or 0x510551) is known color: Hot Purple. HEX triplet: 51, 05 and 51. RGB value is (81,5,81). Sum of RGB (Red+Green+Blue) = 81+5+81=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510551 is #AEFAAE. Grayscale: #242424. Windows color (decimal): -11467439 or 5309777. OLE color: 5309777.

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

Color convert

RGB 81 5 81 -
CMYK 0 0.94 0 0.68
HSL 300º 0.88% 0.17% -
HSV(B) 300º 0.94% 0.32% -
XYZ 4.93 2.45 8 -
YUV 36.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 81 5 81 0 0.94 0 0.68 300 0.88 0.17
Hex 51 5 51 0 5E 0 44 12C 58 11
Octal 121 5 121 0 136 0 104 454 130 21
Binary 1010001 101 1010001 0 1011110 0 1000100 100101100 1011000 10001

Color Harmonies of #510551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510551

Black with #510551

Text Example


Text Example

White with #510551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510551; }

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

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

background-color css

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

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

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

border-color css

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

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

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