#763462

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

Shades of Palatinate Purple #763462

Tints of Palatinate Purple #763462

Color information

#763462 (or 0x763462) is unknown color: approx Palatinate Purple. HEX triplet: 76, 34 and 62. RGB value is (118,52,98). Sum of RGB (Red+Green+Blue) = 118+52+98=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763462 is #89CB9D. Grayscale: #4C4C4C. Windows color (decimal): -9030558 or 6435958. OLE color: 6435958.

HSL color Cylindrical-coordinate representation of color #763462: hue angle of 318.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763462 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1185298-
CMYK00.560.170.54
HSL318.18º38.82%33.33%-
HSV(B)318.18º55.93%46.27%-
XYZ10.97.1912.37-
YUV76.98139.87157.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=44.03%
G=19.40%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118529800.560.170.54318.1838.8233.33
Hex763462038113613e2721
Octal1666414207021664764741
Binary11101101101001100010011100010001110110100111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763462; }

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

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

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

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

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

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

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

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