#752368

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

Shades of Palatinate Purple #752368

Tints of Palatinate Purple #752368

Color information

#752368 (or 0x752368) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 68. RGB value is (117,35,104). Sum of RGB (Red+Green+Blue) = 117+35+104=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752368 is #8ADC97. Grayscale: #434343. Windows color (decimal): -9100440 or 6824821. OLE color: 6824821.

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

Color convert

RGB11735104-
CMYK00.700.110.54
HSL309.51º53.95%29.8%-
HSV(B)309.51º70.09%45.88%-
XYZ10.445.9813.7-
YUV67.38148.67163.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=45.70%
G=13.67%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173510400.700.110.54309.5153.9529.8
Hex752368046B36136361e
Octal16543150010613664666636
Binary1110101100011110100001000110101111011010011011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752368; }

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

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

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

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

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

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

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

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