#75225E

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

Shades of Palatinate Purple #75225E

Tints of Palatinate Purple #75225E

Color information

#75225E (or 0x75225E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 5E. RGB value is (117,34,94). Sum of RGB (Red+Green+Blue) = 117+34+94=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75225E is #8ADDA1. Grayscale: #414141. Windows color (decimal): -9100706 or 6169205. OLE color: 6169205.

HSL color Cylindrical-coordinate representation of color #75225E: hue angle of 316.63º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75225E is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1173494-
CMYK00.710.200.54
HSL316.63º54.97%29.61%-
HSV(B)316.63º70.94%45.88%-
XYZ9.935.7311.17-
YUV65.66144164.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=47.76%
G=13.88%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117349400.710.200.54316.6354.9729.61
Hex75225E047143613d371e
Octal16542136010724664756736
Binary11101011000101011110010001111010011011010011110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75225E; }

 p { color: rgb(117,34,94); }

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

<style>
 a { background-color: #75225E; }

 a { background-color: rgb(117,34,94); }

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

<style>
 span { border-color: #75225E; }

 span { border-color: rgb(117,34,94); }

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