#751062

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

Shades of Palatinate Purple #751062

Tints of Palatinate Purple #751062

Color information

#751062 (or 0x751062) is unknown color: approx Palatinate Purple. HEX triplet: 75, 10 and 62. RGB value is (117,16,98). Sum of RGB (Red+Green+Blue) = 117+16+98=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #751062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751062 is #8AEF9D. Grayscale: #373737. Windows color (decimal): -9105310 or 6426741. OLE color: 6426741.

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

Color convert

RGB1171698-
CMYK00.860.160.54
HSL311.29º75.94%26.08%-
HSV(B)311.29º86.32%45.88%-
XYZ9.735.0312.01-
YUV55.55151.96171.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=50.65%
G=6.93%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117169800.860.160.54311.2975.9426.08
Hex75106205610361374c1a
Octal165201420126206646711432
Binary11101011000011000100101011010000110110100110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751062; }

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

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

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

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

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

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

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

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