#75346C

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

Shades of Palatinate Purple #75346C

Tints of Palatinate Purple #75346C

Color information

#75346C (or 0x75346C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 34 and 6C. RGB value is (117,52,108). Sum of RGB (Red+Green+Blue) = 117+52+108=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75346C is #8ACB93. Grayscale: #4D4D4D. Windows color (decimal): -9096084 or 7091317. OLE color: 7091317.

HSL color Cylindrical-coordinate representation of color #75346C: hue angle of 308.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75346C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11752108-
CMYK00.560.080.54
HSL308.31º38.46%33.14%-
HSV(B)308.31º55.56%45.88%-
XYZ11.277.3215.01-
YUV77.82145.03155.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=42.24%
G=18.77%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175210800.560.080.54308.3138.4633.14
Hex75346C0388361342621
Octal1656415407010664644641
Binary1110101110100110110001110001000110110100110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75346C; }

 p { color: rgb(117,52,108); }

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

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

 a { background-color: rgb(117,52,108); }

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

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

 span { border-color: rgb(117,52,108); }

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