#75265A

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

Shades of Palatinate Purple #75265A

Tints of Palatinate Purple #75265A

Color information

#75265A (or 0x75265A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 26 and 5A. RGB value is (117,38,90). Sum of RGB (Red+Green+Blue) = 117+38+90=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75265A is #8AD9A5. Grayscale: #434343. Windows color (decimal): -9099686 or 5908085. OLE color: 5908085.

HSL color Cylindrical-coordinate representation of color #75265A: hue angle of 320.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75265A is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1173890-
CMYK00.680.230.54
HSL320.51º50.97%30.39%-
HSV(B)320.51º67.52%45.88%-
XYZ9.875.9110.29-
YUV67.55140.67163.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=47.76%
G=15.51%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117389000.680.230.54320.5150.9730.39
Hex75265A0441736141331e
Octal16546132010427665016336
Binary11101011001101011010010001001011111011010100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75265A; }

 p { color: rgb(117,38,90); }

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

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

 a { background-color: rgb(117,38,90); }

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

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

 span { border-color: rgb(117,38,90); }

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