#750D61

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

Shades of Palatinate Purple #750D61

Tints of Palatinate Purple #750D61

Color information

#750D61 (or 0x750D61) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0D and 61. RGB value is (117,13,97). Sum of RGB (Red+Green+Blue) = 117+13+97=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D61 is #8AF29E. Grayscale: #353535. Windows color (decimal): -9106079 or 6360437. OLE color: 6360437.

HSL color Cylindrical-coordinate representation of color #750D61: hue angle of 311.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D61 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1171397-
CMYK00.890.170.54
HSL311.54º80%25.49%-
HSV(B)311.54º88.89%45.88%-
XYZ9.644.9311.75-
YUV53.67152.46173.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=51.54%
G=5.73%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117139700.890.170.54311.548025.49
Hex75D6105911361385019
Octal165151410131216647012031
Binary1110101110111000010101100110001110110100111000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750D61; }

 p { color: rgb(117,13,97); }

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

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

 a { background-color: rgb(117,13,97); }

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

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

 span { border-color: rgb(117,13,97); }

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