#752260

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

Shades of Palatinate Purple #752260

Tints of Palatinate Purple #752260

Color information

#752260 (or 0x752260) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 60. RGB value is (117,34,96). Sum of RGB (Red+Green+Blue) = 117+34+96=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752260 is #8ADD9F. Grayscale: #414141. Windows color (decimal): -9100704 or 6300277. OLE color: 6300277.

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

Color convert

RGB1173496-
CMYK00.710.180.54
HSL315.18º54.97%29.61%-
HSV(B)315.18º70.94%45.88%-
XYZ10.025.7711.65-
YUV65.88145164.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=47.37%
G=13.77%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117349600.710.180.54315.1854.9729.61
Hex752260047123613b371e
Octal16542140010722664736736
Binary11101011000101100000010001111001011011010011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752260; }

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

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

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

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

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

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

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

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