#752067

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

Shades of Palatinate Purple #752067

Tints of Palatinate Purple #752067

Color information

#752067 (or 0x752067) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 67. RGB value is (117,32,103). Sum of RGB (Red+Green+Blue) = 117+32+103=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752067 is #8ADF98. Grayscale: #414141. Windows color (decimal): -9101209 or 6758517. OLE color: 6758517.

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

Color convert

RGB11732103-
CMYK00.730.120.54
HSL309.88º57.05%29.22%-
HSV(B)309.88º72.65%45.88%-
XYZ10.35.7913.41-
YUV65.51149.16164.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=46.43%
G=12.70%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173210300.730.120.54309.8857.0529.22
Hex752067049C36136391d
Octal16540147011114664667135
Binary1110101100000110011101001001110011011010011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752067; }

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

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

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

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

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

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

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

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