#752265

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

Shades of Palatinate Purple #752265

Tints of Palatinate Purple #752265

Color information

#752265 (or 0x752265) is unknown color: approx Palatinate Purple. HEX triplet: 75, 22 and 65. RGB value is (117,34,101). Sum of RGB (Red+Green+Blue) = 117+34+101=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752265 is #8ADD9A. Grayscale: #424242. Windows color (decimal): -9100699 or 6627957. OLE color: 6627957.

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

Color convert

RGB11734101-
CMYK00.710.140.54
HSL311.57º54.97%29.61%-
HSV(B)311.57º70.94%45.88%-
XYZ10.265.8712.9-
YUV66.46147.5164.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=46.43%
G=13.49%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173410100.710.140.54311.5754.9729.61
Hex752265047E36138371e
Octal16542145010716664706736
Binary1110101100010110010101000111111011011010011100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752265; }

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

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

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

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

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

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

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

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