Html Css Color HEX #510760 Hot Purple

📋 copy color: '#510760'

red 81 ◦ green 7 ◦ blue 96

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

Shades of Hot Purple #510760

Tints of Hot Purple #510760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 44.02%
G = 3.8%
B = 52.17%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510760 (or 0x510760) is known color: Hot Purple. HEX triplet: 51, 07 and 60. RGB value is (81,7,96). Sum of RGB (Red+Green+Blue) = 81+7+96=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #510760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510760 is #AEF89F. Grayscale: #262626. Windows color (decimal): -11466912 or 6293329. OLE color: 6293329.

HSL color Cylindrical-coordinate representation of color #510760: hue angle of 289.89º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510760 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 7 96 -
CMYK 0.16 0.93 0 0.62
HSL 289.89º 0.86% 0.2% -
HSV(B) 289.89º 0.93% 0.38% -
XYZ 5.58 2.75 11.3 -
YUV 39.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 81 7 96 0.16 0.93 0 0.62 289.89 0.86 0.2
Hex 51 7 60 10 5D 0 3E 122 56 14
Octal 121 7 140 20 135 0 76 442 126 24
Binary 1010001 111 1100000 10000 1011101 0 111110 100100010 1010110 10100

Color Harmonies of #510760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510760

Black with #510760

Text Example


Text Example

White with #510760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510760; }

 p { color: rgb(81,7,96); }

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

background-color css

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

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

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

border-color css

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

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

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