#751864

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

Shades of Palatinate Purple #751864

Tints of Palatinate Purple #751864

Color information

#751864 (or 0x751864) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 64. RGB value is (117,24,100). Sum of RGB (Red+Green+Blue) = 117+24+100=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #751864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751864 is #8AE79B. Grayscale: #3C3C3C. Windows color (decimal): -9103260 or 6559861. OLE color: 6559861.

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

Color convert

RGB11724100-
CMYK00.790.150.54
HSL310.97º65.96%27.65%-
HSV(B)310.97º79.49%45.88%-
XYZ9.965.3612.57-
YUV60.47150.31168.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=48.55%
G=9.96%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172410000.790.150.54310.9765.9627.65
Hex75186404FF36137421c
Octal165301440117176646710234
Binary1110101110001100100010011111111110110100110111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751864; }

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

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

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

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

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

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

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

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