#752D67

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

Shades of Palatinate Purple #752D67

Tints of Palatinate Purple #752D67

Color information

#752D67 (or 0x752D67) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2D and 67. RGB value is (117,45,103). Sum of RGB (Red+Green+Blue) = 117+45+103=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #752D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D67 is #8AD298. Grayscale: #484848. Windows color (decimal): -9097881 or 6761845. OLE color: 6761845.

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

Color convert

RGB11745103-
CMYK00.620.120.54
HSL311.67º44.44%31.76%-
HSV(B)311.67º61.54%45.88%-
XYZ10.726.6413.55-
YUV73.14144.85159.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=44.15%
G=16.98%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174510300.620.120.54311.6744.4431.76
Hex752D6703EC361382c20
Octal1655514707614664705440
Binary1110101101101110011101111101100110110100111000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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