#75265F

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

Shades of Palatinate Purple #75265F

Tints of Palatinate Purple #75265F

Color information

#75265F (or 0x75265F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 26 and 5F. RGB value is (117,38,95). Sum of RGB (Red+Green+Blue) = 117+38+95=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75265F is #8AD9A0. Grayscale: #434343. Windows color (decimal): -9099681 or 6235765. OLE color: 6235765.

HSL color Cylindrical-coordinate representation of color #75265F: hue angle of 316.71º 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 #75265F is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1173895-
CMYK00.680.190.54
HSL316.71º50.97%30.39%-
HSV(B)316.71º67.52%45.88%-
XYZ10.095.9911.45-
YUV68.12143.17162.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=46.8%
G=15.2%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117389500.680.190.54316.7150.9730.39
Hex75265F044133613d331e
Octal16546137010423664756336
Binary11101011001101011111010001001001111011010011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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