#751C58

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

Shades of Palatinate Purple #751C58

Tints of Palatinate Purple #751C58

Color information

#751C58 (or 0x751C58) is unknown color: approx Palatinate Purple. HEX triplet: 75, 1C and 58. RGB value is (117,28,88). Sum of RGB (Red+Green+Blue) = 117+28+88=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #751C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C58 is #8AE3A7. Grayscale: #3D3D3D. Windows color (decimal): -9102248 or 5774453. OLE color: 5774453.

HSL color Cylindrical-coordinate representation of color #751C58: hue angle of 319.55º 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 #751C58 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1172888-
CMYK00.760.250.54
HSL319.55º61.38%28.43%-
HSV(B)319.55º76.07%45.88%-
XYZ9.515.329.76-
YUV61.45142.99167.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=50.21%
G=12.02%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117288800.760.250.54319.5561.3828.43
Hex751C5804C19361403d1c
Octal16534130011431665007534
Binary1110101111001011000010011001100111011010100000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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