#762A69

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

Shades of Palatinate Purple #762A69

Tints of Palatinate Purple #762A69

Color information

#762A69 (or 0x762A69) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2A and 69. RGB value is (118,42,105). Sum of RGB (Red+Green+Blue) = 118+42+105=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A69 is #89D596. Grayscale: #474747. Windows color (decimal): -9033111 or 6892150. OLE color: 6892150.

HSL color Cylindrical-coordinate representation of color #762A69: hue angle of 310.26º 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 #762A69 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11842105-
CMYK00.640.110.54
HSL310.26º47.5%31.37%-
HSV(B)310.26º64.41%46.27%-
XYZ10.856.5314.05-
YUV71.91146.68160.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=44.53%
G=15.85%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184210500.640.110.54310.2647.531.37
Hex762A69040B36136301f
Octal16652151010013664666037
Binary1110110101010110100101000000101111011010011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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