Html Css Color HEX #510650 Hot Purple

📋 copy color: '#510650'

red 81 ◦ green 6 ◦ blue 80

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

Shades of Hot Purple #510650

Tints of Hot Purple #510650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

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

R = 48.5%
G = 3.59%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#510650 (or 0x510650) is known color: Hot Purple. HEX triplet: 51, 06 and 50. RGB value is (81,6,80). Sum of RGB (Red+Green+Blue) = 81+6+80=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #510650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510650 is #AEF9AF. Grayscale: #242424. Windows color (decimal): -11467184 or 5244497. OLE color: 5244497.

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

Color convert

RGB 81 6 80 -
CMYK 0 0.93 0.01 0.68
HSL 300.8º 0.86% 0.17% -
HSV(B) 300.8º 0.93% 0.32% -
XYZ 4.91 2.46 7.81 -
YUV 36.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 81 6 80 0 0.93 0.01 0.68 300.8 0.86 0.17
Hex 51 6 50 0 5D 1 44 12D 56 11
Octal 121 6 120 0 135 1 104 455 126 21
Binary 1010001 110 1010000 0 1011101 1 1000100 100101101 1010110 10001

Color Harmonies of #510650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510650

Black with #510650

Text Example


Text Example

White with #510650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510650; }

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

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

background-color css

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

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

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

border-color css

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

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

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