#750862

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

Shades of Palatinate Purple #750862

Tints of Palatinate Purple #750862

Color information

#750862 (or 0x750862) is unknown color: approx Palatinate Purple. HEX triplet: 75, 08 and 62. RGB value is (117,8,98). Sum of RGB (Red+Green+Blue) = 117+8+98=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750862 is #8AF79D. Grayscale: #323232. Windows color (decimal): -9107358 or 6424693. OLE color: 6424693.

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

Color convert

RGB117898-
CMYK00.930.160.54
HSL310.46º87.2%24.51%-
HSV(B)310.46º93.16%45.88%-
XYZ9.634.8411.98-
YUV50.85154.61175.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=52.47%
G=3.59%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11789800.930.160.54310.4687.224.51
Hex7586205D10361365719
Octal165101420135206646612731
Binary1110101100011000100101110110000110110100110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750862; }

 p { color: rgb(117,8,98); }

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

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

 a { background-color: rgb(117,8,98); }

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

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

 span { border-color: rgb(117,8,98); }

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