#751858

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

Shades of Palatinate Purple #751858

Tints of Palatinate Purple #751858

Color information

#751858 (or 0x751858) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 58. RGB value is (117,24,88). Sum of RGB (Red+Green+Blue) = 117+24+88=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #751858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751858 is #8AE7A7. Grayscale: #3A3A3A. Windows color (decimal): -9103272 or 5773429. OLE color: 5773429.

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

Color convert

RGB1172488-
CMYK00.790.250.54
HSL318.71º65.96%27.65%-
HSV(B)318.71º79.49%45.88%-
XYZ9.425.149.73-
YUV59.1144.31169.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=51.09%
G=10.48%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117248800.790.250.54318.7165.9627.65
Hex75185804F193613f421c
Octal165301300117316647710234
Binary11101011100010110000100111111001110110100111111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751858; }

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

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

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

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

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

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

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

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