#75276B

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

Shades of Palatinate Purple #75276B

Tints of Palatinate Purple #75276B

Color information

#75276B (or 0x75276B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 6B. RGB value is (117,39,107). Sum of RGB (Red+Green+Blue) = 117+39+107=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75276B is #8AD894. Grayscale: #454545. Windows color (decimal): -9099413 or 7022453. OLE color: 7022453.

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

Color convert

RGB11739107-
CMYK00.670.090.54
HSL307.69º50%30.59%-
HSV(B)307.69º66.67%45.88%-
XYZ10.726.2914.56-
YUV70.07148.84161.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=44.49%
G=14.83%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173910700.670.090.54307.695030.59
Hex75276B043936134321f
Octal16547153010311664646237
Binary1110101100111110101101000011100111011010011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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