#750F63

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

Shades of Palatinate Purple #750F63

Tints of Palatinate Purple #750F63

Color information

#750F63 (or 0x750F63) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0F and 63. RGB value is (117,15,99). Sum of RGB (Red+Green+Blue) = 117+15+99=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #750F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F63 is #8AF09C. Grayscale: #363636. Windows color (decimal): -9105565 or 6492021. OLE color: 6492021.

HSL color Cylindrical-coordinate representation of color #750F63: hue angle of 310.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F63 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB1171599-
CMYK00.870.150.54
HSL310.59º77.27%25.88%-
HSV(B)310.59º87.18%45.88%-
XYZ9.765.0212.26-
YUV55.07152.79172.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=50.65%
G=6.49%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117159900.870.150.54310.5977.2725.88
Hex75F63057F361374d1a
Octal165171430127176646711532
Binary111010111111100011010101111111110110100110111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,99); }

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

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

 a { background-color: rgb(117,15,99); }

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

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

 span { border-color: rgb(117,15,99); }

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