#750C62

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

Shades of Palatinate Purple #750C62

Tints of Palatinate Purple #750C62

Color information

#750C62 (or 0x750C62) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0C and 62. RGB value is (117,12,98). Sum of RGB (Red+Green+Blue) = 117+12+98=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C62 is #8AF39D. Grayscale: #343434. Windows color (decimal): -9106334 or 6425717. OLE color: 6425717.

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

Color convert

RGB1171298-
CMYK00.900.160.54
HSL310.86º81.4%25.29%-
HSV(B)310.86º89.74%45.88%-
XYZ9.674.9312-
YUV53.2153.29173.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=51.54%
G=5.29%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117129800.900.160.54310.8681.425.29
Hex75C6205A10361375119
Octal165141420132206646712131
Binary1110101110011000100101101010000110110100110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750C62; }

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

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

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

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

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

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

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

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