#751B5F

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

Shades of Palatinate Purple #751B5F

Tints of Palatinate Purple #751B5F

Color information

#751B5F (or 0x751B5F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 1B and 5F. RGB value is (117,27,95). Sum of RGB (Red+Green+Blue) = 117+27+95=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #751B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B5F is #8AE4A0. Grayscale: #3D3D3D. Windows color (decimal): -9102497 or 6232949. OLE color: 6232949.

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

Color convert

RGB1172795-
CMYK00.770.190.54
HSL314.67º62.5%28.24%-
HSV(B)314.67º76.92%45.88%-
XYZ9.795.3911.35-
YUV61.66146.82167.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=48.95%
G=11.30%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117279500.770.190.54314.6762.528.24
Hex751B5F04D133613b3e1c
Octal16533137011523664737634
Binary1110101110111011111010011011001111011010011101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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