#762562

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

Shades of Palatinate Purple #762562

Tints of Palatinate Purple #762562

Color information

#762562 (or 0x762562) is unknown color: approx Palatinate Purple. HEX triplet: 76, 25 and 62. RGB value is (118,37,98). Sum of RGB (Red+Green+Blue) = 118+37+98=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762562 is #89DA9D. Grayscale: #444444. Windows color (decimal): -9034398 or 6432118. OLE color: 6432118.

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

Color convert

RGB1183798-
CMYK00.690.170.54
HSL314.81º52.26%30.39%-
HSV(B)314.81º68.64%46.27%-
XYZ10.346.0612.18-
YUV68.17144.84163.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=46.64%
G=14.62%
B=38.74%

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
Decimal118379800.690.170.54314.8152.2630.39
Hex762562045113613b341e
Octal16645142010521664736436
Binary11101101001011100010010001011000111011010011101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762562; }

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

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

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

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

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

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

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

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