#752262

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

Shades of Palatinate Purple #752262

Tints of Palatinate Purple #752262

Color information

#752262 (or 0x752262) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 62. RGB value is (117,34,98). Sum of RGB (Red+Green+Blue) = 117+34+98=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752262 is #8ADD9D. Grayscale: #414141. Windows color (decimal): -9100702 or 6431349. OLE color: 6431349.

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

Color convert

RGB1173498-
CMYK00.710.160.54
HSL313.73º54.97%29.61%-
HSV(B)313.73º70.94%45.88%-
XYZ10.115.8112.14-
YUV66.11146164.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=46.99%
G=13.65%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117349800.710.160.54313.7354.9729.61
Hex752262047103613a371e
Octal16542142010720664726736
Binary11101011000101100010010001111000011011010011101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752262; }

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

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

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

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

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

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

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

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