#752269

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

Shades of Palatinate Purple #752269

Tints of Palatinate Purple #752269

Color information

#752269 (or 0x752269) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 69. RGB value is (117,34,105). Sum of RGB (Red+Green+Blue) = 117+34+105=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752269 is #8ADD96. Grayscale: #424242. Windows color (decimal): -9100695 or 6890101. OLE color: 6890101.

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

Color convert

RGB11734105-
CMYK00.710.100.54
HSL308.67º54.97%29.61%-
HSV(B)308.67º70.94%45.88%-
XYZ10.465.9513.96-
YUV66.91149.5163.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=45.70%
G=13.28%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173410500.710.100.54308.6754.9729.61
Hex752269047A36135371e
Octal16542151010712664656736
Binary1110101100010110100101000111101011011010011010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752269; }

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

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

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

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

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

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

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

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