Html Css Color HEX #510550 Hot Purple

📋 copy color: '#510550'

red 81 ◦ green 5 ◦ blue 80

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

Shades of Hot Purple #510550

Tints of Hot Purple #510550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 48.8%
G = 3.01%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#510550 (or 0x510550) is known color: Hot Purple. HEX triplet: 51, 05 and 50. RGB value is (81,5,80). Sum of RGB (Red+Green+Blue) = 81+5+80=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #510550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510550 is #AEFAAF. Grayscale: #242424. Windows color (decimal): -11467440 or 5244241. OLE color: 5244241.

HSL color Cylindrical-coordinate representation of color #510550: hue angle of 300.79º 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 #510550 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 5 80 -
CMYK 0 0.94 0.01 0.68
HSL 300.79º 0.88% 0.17% -
HSV(B) 300.79º 0.94% 0.32% -
XYZ 4.9 2.44 7.8 -
YUV 36.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 81 5 80 0 0.94 0.01 0.68 300.79 0.88 0.17
Hex 51 5 50 0 5E 1 44 12D 58 11
Octal 121 5 120 0 136 1 104 455 130 21
Binary 1010001 101 1010000 0 1011110 1 1000100 100101101 1011000 10001

Color Harmonies of #510550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510550

Black with #510550

Text Example


Text Example

White with #510550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510550; }

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

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

background-color css

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

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

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

border-color css

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

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

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