#751965

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

Shades of Palatinate Purple #751965

Tints of Palatinate Purple #751965

Color information

#751965 (or 0x751965) is unknown color: approx Palatinate Purple. HEX triplet: 75, 19 and 65. RGB value is (117,25,101). Sum of RGB (Red+Green+Blue) = 117+25+101=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #751965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751965 is #8AE69A. Grayscale: #3C3C3C. Windows color (decimal): -9103003 or 6625653. OLE color: 6625653.

HSL color Cylindrical-coordinate representation of color #751965: hue angle of 310.43º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751965 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11725101-
CMYK00.790.140.54
HSL310.43º64.79%27.84%-
HSV(B)310.43º78.63%45.88%-
XYZ10.035.4212.83-
YUV61.17150.48167.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=48.15%
G=10.29%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172510100.790.140.54310.4364.7927.84
Hex75196504FE36136411c
Octal165311450117166646610134
Binary1110101110011100101010011111110110110100110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751965; }

 p { color: rgb(117,25,101); }

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

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

 a { background-color: rgb(117,25,101); }

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

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

 span { border-color: rgb(117,25,101); }

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