#752362

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

Shades of Palatinate Purple #752362

Tints of Palatinate Purple #752362

Color information

#752362 (or 0x752362) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 62. RGB value is (117,35,98). Sum of RGB (Red+Green+Blue) = 117+35+98=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #752362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752362 is #8ADC9D. Grayscale: #424242. Windows color (decimal): -9100446 or 6431605. OLE color: 6431605.

HSL color Cylindrical-coordinate representation of color #752362: hue angle of 313.9º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752362 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1173598-
CMYK00.700.160.54
HSL313.9º53.95%29.8%-
HSV(B)313.9º70.09%45.88%-
XYZ10.145.8712.15-
YUV66.7145.67163.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=46.8%
G=14%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117359800.700.160.54313.953.9529.8
Hex752362046103613a361e
Octal16543142010620664726636
Binary11101011000111100010010001101000011011010011101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752362; }

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

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

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

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

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

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

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

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