#752068

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

Shades of Palatinate Purple #752068

Tints of Palatinate Purple #752068

Color information

#752068 (or 0x752068) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 68. RGB value is (117,32,104). Sum of RGB (Red+Green+Blue) = 117+32+104=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #752068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752068 is #8ADF97. Grayscale: #414141. Windows color (decimal): -9101208 or 6824053. OLE color: 6824053.

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

Color convert

RGB11732104-
CMYK00.730.110.54
HSL309.18º57.05%29.22%-
HSV(B)309.18º72.65%45.88%-
XYZ10.355.8113.67-
YUV65.62149.66164.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=46.25%
G=12.65%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173210400.730.110.54309.1857.0529.22
Hex752068049B36135391d
Octal16540150011113664657135
Binary1110101100000110100001001001101111011010011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752068; }

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

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

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

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

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

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

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

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