#75255D

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

Shades of Palatinate Purple #75255D

Tints of Palatinate Purple #75255D

Color information

#75255D (or 0x75255D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 5D. RGB value is (117,37,93). Sum of RGB (Red+Green+Blue) = 117+37+93=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75255D is #8ADAA2. Grayscale: #434343. Windows color (decimal): -9099939 or 6104437. OLE color: 6104437.

HSL color Cylindrical-coordinate representation of color #75255D: hue angle of 318º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75255D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1173793-
CMYK00.680.210.54
HSL318º51.95%30.2%-
HSV(B)318º68.38%45.88%-
XYZ9.975.910.97-
YUV67.3142.5163.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=47.37%
G=14.98%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117379300.680.210.5431851.9530.2
Hex75255D044153613e341e
Octal16545135010425664766436
Binary11101011001011011101010001001010111011010011111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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