#75225C

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

Shades of Palatinate Purple #75225C

Tints of Palatinate Purple #75225C

Color information

#75225C (or 0x75225C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 5C. RGB value is (117,34,92). Sum of RGB (Red+Green+Blue) = 117+34+92=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75225C is #8ADDA3. Grayscale: #414141. Windows color (decimal): -9100708 or 6038133. OLE color: 6038133.

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

Color convert

RGB1173492-
CMYK00.710.210.54
HSL318.07º54.97%29.61%-
HSV(B)318.07º70.94%45.88%-
XYZ9.845.710.71-
YUV65.43143164.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=48.15%
G=13.99%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117349200.710.210.54318.0754.9729.61
Hex75225C047153613e371e
Octal16542134010725664766736
Binary11101011000101011100010001111010111011010011111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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