#751869

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

Shades of Palatinate Purple #751869

Tints of Palatinate Purple #751869

Color information

#751869 (or 0x751869) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 69. RGB value is (117,24,105). Sum of RGB (Red+Green+Blue) = 117+24+105=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #751869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751869 is #8AE796. Grayscale: #3C3C3C. Windows color (decimal): -9103255 or 6887541. OLE color: 6887541.

HSL color Cylindrical-coordinate representation of color #751869: hue angle of 307.74º degrees, saturation: 0.66, 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 #751869 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11724105-
CMYK00.790.100.54
HSL307.74º65.96%27.65%-
HSV(B)307.74º79.49%45.88%-
XYZ10.215.4613.88-
YUV61.04152.81167.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=47.56%
G=9.76%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172410500.790.100.54307.7465.9627.65
Hex75186904FA36134421c
Octal165301510117126646410234
Binary1110101110001101001010011111010110110100110100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751869; }

 p { color: rgb(117,24,105); }

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

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

 a { background-color: rgb(117,24,105); }

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

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

 span { border-color: rgb(117,24,105); }

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