#762363

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

Shades of Palatinate Purple #762363

Tints of Palatinate Purple #762363

Color information

#762363 (or 0x762363) is unknown color: approx Palatinate Purple. HEX triplet: 76, 23 and 63. RGB value is (118,35,99). Sum of RGB (Red+Green+Blue) = 118+35+99=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #762363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762363 is #89DC9C. Grayscale: #424242. Windows color (decimal): -9034909 or 6497142. OLE color: 6497142.

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

Color convert

RGB1183599-
CMYK00.700.160.54
HSL313.73º54.25%30%-
HSV(B)313.73º70.34%46.27%-
XYZ10.325.9512.41-
YUV67.11146164.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=46.83%
G=13.89%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118359900.700.160.54313.7354.2530
Hex762363046103613a361e
Octal16643143010620664726636
Binary11101101000111100011010001101000011011010011101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762363; }

 p { color: rgb(118,35,99); }

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

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

 a { background-color: rgb(118,35,99); }

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

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

 span { border-color: rgb(118,35,99); }

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