#762062

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

Shades of Palatinate Purple #762062

Tints of Palatinate Purple #762062

Color information

#762062 (or 0x762062) is unknown color: approx Palatinate Purple. HEX triplet: 76, 20 and 62. RGB value is (118,32,98). Sum of RGB (Red+Green+Blue) = 118+32+98=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #762062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762062 is #89DF9D. Grayscale: #414141. Windows color (decimal): -9035678 or 6430838. OLE color: 6430838.

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

Color convert

RGB1183298-
CMYK00.730.170.54
HSL313.95º57.33%29.41%-
HSV(B)313.95º72.88%46.27%-
XYZ10.195.7712.13-
YUV65.24146.49165.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=47.58%
G=12.90%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118329800.730.170.54313.9557.3329.41
Hex762062049113613a391d
Octal16640142011121664727135
Binary11101101000001100010010010011000111011010011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762062; }

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

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

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

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

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

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

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

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