#761658

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

Shades of Palatinate Purple #761658

Tints of Palatinate Purple #761658

Color information

#761658 (or 0x761658) is unknown color: approx Palatinate Purple. HEX triplet: 76, 16 and 58. RGB value is (118,22,88). Sum of RGB (Red+Green+Blue) = 118+22+88=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761658 is #89E9A7. Grayscale: #3A3A3A. Windows color (decimal): -9038248 or 5772918. OLE color: 5772918.

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

Color convert

RGB1182288-
CMYK00.810.250.54
HSL318.75º68.57%27.45%-
HSV(B)318.75º81.36%46.27%-
XYZ9.525.139.72-
YUV58.23144.8170.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=51.75%
G=9.65%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118228800.810.250.54318.7568.5727.45
Hex761658051193613f451b
Octal166261300121316647710533
Binary11101101011010110000101000111001110110100111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761658; }

 p { color: rgb(118,22,88); }

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

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

 a { background-color: rgb(118,22,88); }

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

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

 span { border-color: rgb(118,22,88); }

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