#751859

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

Shades of Palatinate Purple #751859

Tints of Palatinate Purple #751859

Color information

#751859 (or 0x751859) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 59. RGB value is (117,24,89). Sum of RGB (Red+Green+Blue) = 117+24+89=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #751859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751859 is #8AE7A6. Grayscale: #3B3B3B. Windows color (decimal): -9103271 or 5838965. OLE color: 5838965.

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

Color convert

RGB1172489-
CMYK00.790.240.54
HSL318.06º65.96%27.65%-
HSV(B)318.06º79.49%45.88%-
XYZ9.475.169.95-
YUV59.22144.81169.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=50.87%
G=10.43%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117248900.790.240.54318.0665.9627.65
Hex75185904F183613e421c
Octal165301310117306647610234
Binary11101011100010110010100111111000110110100111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751859; }

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

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

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

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

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

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

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

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