#762A6B

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

Shades of Palatinate Purple #762A6B

Tints of Palatinate Purple #762A6B

Color information

#762A6B (or 0x762A6B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2A and 6B. RGB value is (118,42,107). Sum of RGB (Red+Green+Blue) = 118+42+107=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #762A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A6B is #89D594. Grayscale: #474747. Windows color (decimal): -9033109 or 7023222. OLE color: 7023222.

HSL color Cylindrical-coordinate representation of color #762A6B: hue angle of 308.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A6B is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11842107-
CMYK00.640.090.54
HSL308.68º47.5%31.37%-
HSV(B)308.68º64.41%46.27%-
XYZ10.956.5714.6-
YUV72.13147.68160.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=44.19%
G=15.73%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184210700.640.090.54308.6847.531.37
Hex762A6B040936135301f
Octal16652153010011664656037
Binary1110110101010110101101000000100111011010011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A6B; }

 p { color: rgb(118,42,107); }

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

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

 a { background-color: rgb(118,42,107); }

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

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

 span { border-color: rgb(118,42,107); }

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