#762769

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

Shades of Palatinate Purple #762769

Tints of Palatinate Purple #762769

Color information

#762769 (or 0x762769) is unknown color: approx Palatinate Purple. HEX triplet: 76, 27 and 69. RGB value is (118,39,105). Sum of RGB (Red+Green+Blue) = 118+39+105=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #762769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762769 is #89D896. Grayscale: #454545. Windows color (decimal): -9033879 or 6891382. OLE color: 6891382.

HSL color Cylindrical-coordinate representation of color #762769: hue angle of 309.87º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762769 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11839105-
CMYK00.670.110.54
HSL309.87º50.32%30.78%-
HSV(B)309.87º66.95%46.27%-
XYZ10.756.3214.02-
YUV70.14147.67162.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=45.04%
G=14.89%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183910500.670.110.54309.8750.3230.78
Hex762769043B36136321f
Octal16647151010313664666237
Binary1110110100111110100101000011101111011010011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762769; }

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

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

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

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

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

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

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

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