#751C5F

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

Shades of Palatinate Purple #751C5F

Tints of Palatinate Purple #751C5F

Color information

#751C5F (or 0x751C5F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 1C and 5F. RGB value is (117,28,95). Sum of RGB (Red+Green+Blue) = 117+28+95=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C5F is #8AE3A0. Grayscale: #3E3E3E. Windows color (decimal): -9102241 or 6233205. OLE color: 6233205.

HSL color Cylindrical-coordinate representation of color #751C5F: hue angle of 314.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C5F is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1172895-
CMYK00.760.190.54
HSL314.83º61.38%28.43%-
HSV(B)314.83º76.07%45.88%-
XYZ9.825.4411.36-
YUV62.25146.49167.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 28 (11.33% from 255) = 11.67%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=48.75%
G=11.67%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117289500.760.190.54314.8361.3828.43
Hex751C5F04C133613b3d1c
Octal16534137011423664737534
Binary1110101111001011111010011001001111011010011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751C5F; }

 p { color: rgb(117,28,95); }

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

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

 a { background-color: rgb(117,28,95); }

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

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

 span { border-color: rgb(117,28,95); }

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