#762459

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

Shades of Palatinate Purple #762459

Tints of Palatinate Purple #762459

Color information

#762459 (or 0x762459) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 59. RGB value is (118,36,89). Sum of RGB (Red+Green+Blue) = 118+36+89=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #762459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762459 is #89DBA6. Grayscale: #424242. Windows color (decimal): -9034663 or 5842038. OLE color: 5842038.

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

Color convert

RGB1183689-
CMYK00.690.250.54
HSL321.22º53.25%30.2%-
HSV(B)321.22º69.49%46.27%-
XYZ9.915.8310.06-
YUV66.56140.67164.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=48.56%
G=14.81%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118368900.690.250.54321.2253.2530.2
Hex7624590451936141351e
Octal16644131010531665016536
Binary11101101001001011001010001011100111011010100000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762459; }

 p { color: rgb(118,36,89); }

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

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

 a { background-color: rgb(118,36,89); }

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

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

 span { border-color: rgb(118,36,89); }

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