#751365

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

Shades of Palatinate Purple #751365

Tints of Palatinate Purple #751365

Color information

#751365 (or 0x751365) is unknown color: approx Palatinate Purple. HEX triplet: 75, 13 and 65. RGB value is (117,19,101). Sum of RGB (Red+Green+Blue) = 117+19+101=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #751365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751365 is #8AEC9A. Grayscale: #393939. Windows color (decimal): -9104539 or 6624117. OLE color: 6624117.

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

Color convert

RGB11719101-
CMYK00.840.140.54
HSL309.8º72.06%26.67%-
HSV(B)309.8º83.76%45.88%-
XYZ9.925.1912.79-
YUV57.65152.47170.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=49.37%
G=8.02%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171910100.840.140.54309.872.0626.67
Hex751365054E36136481b
Octal165231450124166646611033
Binary1110101100111100101010101001110110110100110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751365; }

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

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

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

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

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

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

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

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