#7D1B60

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

Shades of Palatinate Purple #7D1B60

Tints of Palatinate Purple #7D1B60

Color information

#7D1B60 (or 0x7D1B60) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 1B and 60. RGB value is (125,27,96). Sum of RGB (Red+Green+Blue) = 125+27+96=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1B60 is #82E49F. Grayscale: #3F3F3F. Windows color (decimal): -8578208 or 6298493. OLE color: 6298493.

HSL color Cylindrical-coordinate representation of color #7D1B60: hue angle of 317.76º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B60 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB1252796-
CMYK00.780.230.51
HSL317.76º64.47%29.8%-
HSV(B)317.76º78.4%49.02%-
XYZ10.965.9911.64-
YUV64.17145.97171.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.40%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=50.40%
G=10.89%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125279600.780.230.51317.7664.4729.8
Hex7D1B6004E173313e401e
Octal175331400116276347610036
Binary11111011101111000000100111010111110011100111110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D1B60; }

 p { color: rgb(125,27,96); }

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

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

 a { background-color: rgb(125,27,96); }

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

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

 span { border-color: rgb(125,27,96); }

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