#75276F

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

Shades of Palatinate Purple #75276F

Tints of Palatinate Purple #75276F

Color information

#75276F (or 0x75276F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 6F. RGB value is (117,39,111). Sum of RGB (Red+Green+Blue) = 117+39+111=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75276F is #8AD890. Grayscale: #464646. Windows color (decimal): -9099409 or 7284597. OLE color: 7284597.

HSL color Cylindrical-coordinate representation of color #75276F: hue angle of 304.62º 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 #75276F is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11739111-
CMYK00.670.050.54
HSL304.62º50%30.59%-
HSV(B)304.62º66.67%45.88%-
XYZ10.936.3815.69-
YUV70.53150.84161.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=43.82%
G=14.61%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173911100.670.050.54304.625030.59
Hex75276F043536131321f
Octal1654715701035664616237
Binary111010110011111011110100001110111011010011000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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