#751865

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

Shades of Palatinate Purple #751865

Tints of Palatinate Purple #751865

Color information

#751865 (or 0x751865) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 65. RGB value is (117,24,101). Sum of RGB (Red+Green+Blue) = 117+24+101=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #751865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751865 is #8AE79A. Grayscale: #3C3C3C. Windows color (decimal): -9103259 or 6625397. OLE color: 6625397.

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

Color convert

RGB11724101-
CMYK00.790.140.54
HSL310.32º65.96%27.65%-
HSV(B)310.32º79.49%45.88%-
XYZ10.015.3712.82-
YUV60.58150.81168.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=48.35%
G=9.92%
B=41.74%

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
Decimal1172410100.790.140.54310.3265.9627.65
Hex75186504FE36136421c
Octal165301450117166646610234
Binary1110101110001100101010011111110110110100110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751865; }

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

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

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

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

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

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

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

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