#762469

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

Shades of Palatinate Purple #762469

Tints of Palatinate Purple #762469

Color information

#762469 (or 0x762469) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 69. RGB value is (118,36,105). Sum of RGB (Red+Green+Blue) = 118+36+105=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #762469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762469 is #89DB96. Grayscale: #444444. Windows color (decimal): -9034647 or 6890614. OLE color: 6890614.

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

Color convert

RGB11836105-
CMYK00.690.110.54
HSL309.51º53.25%30.2%-
HSV(B)309.51º69.49%46.27%-
XYZ10.656.1313.99-
YUV68.38148.67163.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=45.56%
G=13.90%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183610500.690.110.54309.5153.2530.2
Hex762469045B36136351e
Octal16644151010513664666536
Binary1110110100100110100101000101101111011010011011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762469; }

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

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

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

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

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

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

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

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