#75275D

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

Shades of Palatinate Purple #75275D

Tints of Palatinate Purple #75275D

Color information

#75275D (or 0x75275D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 5D. RGB value is (117,39,93). Sum of RGB (Red+Green+Blue) = 117+39+93=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75275D is #8AD8A2. Grayscale: #444444. Windows color (decimal): -9099427 or 6104949. OLE color: 6104949.

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

Color convert

RGB1173993-
CMYK00.670.210.54
HSL318.46º50%30.59%-
HSV(B)318.46º66.67%45.88%-
XYZ10.046.0210.99-
YUV68.48141.84162.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=46.99%
G=15.66%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117399300.670.210.54318.465030.59
Hex75275D043153613e321f
Octal16547135010325664766237
Binary11101011001111011101010000111010111011010011111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75275D; }

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

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

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

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

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

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

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

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