#75276C

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

Shades of Palatinate Purple #75276C

Tints of Palatinate Purple #75276C

Color information

#75276C (or 0x75276C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 6C. RGB value is (117,39,108). Sum of RGB (Red+Green+Blue) = 117+39+108=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75276C is #8AD893. Grayscale: #454545. Windows color (decimal): -9099412 or 7087989. OLE color: 7087989.

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

Color convert

RGB11739108-
CMYK00.670.080.54
HSL306.92º50%30.59%-
HSV(B)306.92º66.67%45.88%-
XYZ10.776.3214.84-
YUV70.19149.34161.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=44.32%
G=14.77%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173910800.670.080.54306.925030.59
Hex75276C043836133321f
Octal16547154010310664636237
Binary1110101100111110110001000011100011011010011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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