#754068

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

Shades of Palatinate Purple #754068

Tints of Palatinate Purple #754068

Color information

#754068 (or 0x754068) is unknown color: approx Palatinate Purple. HEX triplet: 75, 40 and 68. RGB value is (117,64,104). Sum of RGB (Red+Green+Blue) = 117+64+104=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754068 is #8ABF97. Grayscale: #545454. Windows color (decimal): -9093016 or 6832245. OLE color: 6832245.

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

Color convert

RGB11764104-
CMYK00.450.110.54
HSL314.72º29.28%35.49%-
HSV(B)314.72º45.3%45.88%-
XYZ11.678.4514.11-
YUV84.41139.06151.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=41.05%
G=22.46%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176410400.450.110.54314.7229.2835.49
Hex75406802DB3613b1d23
Octal16510015005513664733543
Binary1110101100000011010000101101101111011010011101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754068; }

 p { color: rgb(117,64,104); }

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

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

 a { background-color: rgb(117,64,104); }

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

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

 span { border-color: rgb(117,64,104); }

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