#510750

Color #510750 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #510750

Tints of Hot Purple #510750

Color information

#510750 (or 0x510750) is unknown color: approx Hot Purple. HEX triplet: 51, 07 and 50. RGB value is (81,7,80). Sum of RGB (Red+Green+Blue) = 81+7+80=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #510750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510750 is #AEF8AF. Grayscale: #252525. Windows color (decimal): -11466928 or 5244753. OLE color: 5244753.

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

Color convert

RGB81780-
CMYK00.910.010.68
HSL300.81º84.09%17.25%-
HSV(B)300.81º91.36%31.76%-
XYZ4.922.487.81-
YUV37.45152.02159.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=48.21%
G=4.17%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8178000.910.010.68300.8184.0917.25
Hex5175005B14412d5411
Octal12171200133110445512421
Binary101000111110100000101101111000100100101101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510750; }

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

 H1.HeaderClassName
 {
   color: #510750;
 }
 .AnyTagClassName
 {
   color: #510750;
 }
</style>
background-color css

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

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

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

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

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

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