#751258

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

Shades of Palatinate Purple #751258

Tints of Palatinate Purple #751258

Color information

#751258 (or 0x751258) is unknown color: approx Palatinate Purple. HEX triplet: 75, 12 and 58. RGB value is (117,18,88). Sum of RGB (Red+Green+Blue) = 117+18+88=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751258 is #8AEDA7. Grayscale: #373737. Windows color (decimal): -9104808 or 5771893. OLE color: 5771893.

HSL color Cylindrical-coordinate representation of color #751258: hue angle of 317.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751258 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1171888-
CMYK00.850.250.54
HSL317.58º73.33%26.47%-
HSV(B)317.58º84.62%45.88%-
XYZ9.314.929.69-
YUV55.58146.3171.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=52.47%
G=8.07%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117188800.850.250.54317.5873.3326.47
Hex751258055193613e491a
Octal165221300125316647611132
Binary11101011001010110000101010111001110110100111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751258; }

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

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

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

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

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

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

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

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