#762462

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

Shades of Palatinate Purple #762462

Tints of Palatinate Purple #762462

Color information

#762462 (or 0x762462) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 62. RGB value is (118,36,98). Sum of RGB (Red+Green+Blue) = 118+36+98=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #762462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762462 is #89DB9D. Grayscale: #434343. Windows color (decimal): -9034654 or 6431862. OLE color: 6431862.

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

Color convert

RGB1183698-
CMYK00.690.170.54
HSL314.63º53.25%30.2%-
HSV(B)314.63º69.49%46.27%-
XYZ10.31612.17-
YUV67.59145.17163.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=46.83%
G=14.29%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118369800.690.170.54314.6353.2530.2
Hex762462045113613b351e
Octal16644142010521664736536
Binary11101101001001100010010001011000111011010011101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762462; }

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

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

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

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

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

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

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

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