#761062

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

Shades of Palatinate Purple #761062

Tints of Palatinate Purple #761062

Color information

#761062 (or 0x761062) is unknown color: approx Palatinate Purple. HEX triplet: 76, 10 and 62. RGB value is (118,16,98). Sum of RGB (Red+Green+Blue) = 118+16+98=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #761062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761062 is #89EF9D. Grayscale: #373737. Windows color (decimal): -9039774 or 6426742. OLE color: 6426742.

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

Color convert

RGB1181698-
CMYK00.860.170.54
HSL311.76º76.12%26.27%-
HSV(B)311.76º86.44%46.27%-
XYZ9.865.112.02-
YUV55.85151.79172.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=50.86%
G=6.90%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118169800.860.170.54311.7676.1226.27
Hex76106205611361384c1a
Octal166201420126216647011432
Binary11101101000011000100101011010001110110100111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761062; }

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

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

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

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

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

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

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

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