#752d69

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

Shades of Palatinate Purple #752D69

Tints of Palatinate Purple #752D69

Color information

#752D69 (or 0x752D69) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2D and 69. RGB value is (117,45,105). Sum of RGB (Red+Green+Blue) = 117+45+105=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #752D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D69 is #8AD296. Grayscale: #494949. Windows color (decimal): -9097879 or 6892917. OLE color: 6892917.

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

Color convert

RGB11745105-
CMYK00.620.100.54
HSL310º44.44%31.76%-
HSV(B)310º61.54%45.88%-
XYZ10.826.6814.08-
YUV73.37145.85159.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=43.82%
G=16.85%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174510500.620.100.5431044.4431.76
Hex752D6903EA361362c20
Octal1655515107612664665440
Binary1110101101101110100101111101010110110100110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752d69; }

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

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

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

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

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

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

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

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