#754269

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

Shades of Palatinate Purple #754269

Tints of Palatinate Purple #754269

Color information

#754269 (or 0x754269) is unknown color: approx Palatinate Purple. HEX triplet: 75, 42 and 69. RGB value is (117,66,105). Sum of RGB (Red+Green+Blue) = 117+66+105=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754269 is #8ABD96. Grayscale: #555555. Windows color (decimal): -9092503 or 6898293. OLE color: 6898293.

HSL color Cylindrical-coordinate representation of color #754269: hue angle of 314.12º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754269 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11766105-
CMYK00.440.100.54
HSL314.12º27.87%35.88%-
HSV(B)314.12º43.59%45.88%-
XYZ11.838.714.42-
YUV85.7138.9150.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=40.62%
G=22.92%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176610500.440.100.54314.1227.8735.88
Hex75426902CA3613a1c24
Octal16510215105412664723444
Binary1110101100001011010010101100101011011010011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754269; }

 p { color: rgb(117,66,105); }

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

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

 a { background-color: rgb(117,66,105); }

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

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

 span { border-color: rgb(117,66,105); }

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