#75256C

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

Shades of Palatinate Purple #75256C

Tints of Palatinate Purple #75256C

Color information

#75256C (or 0x75256C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 6C. RGB value is (117,37,108). Sum of RGB (Red+Green+Blue) = 117+37+108=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75256C is #8ADA93. Grayscale: #444444. Windows color (decimal): -9099924 or 7087477. OLE color: 7087477.

HSL color Cylindrical-coordinate representation of color #75256C: hue angle of 306.75º degrees, saturation: 0.52, 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 #75256C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11737108-
CMYK00.680.080.54
HSL306.75º51.95%30.2%-
HSV(B)306.75º68.38%45.88%-
XYZ10.76.1914.82-
YUV69.01150162.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=44.66%
G=14.12%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173710800.680.080.54306.7551.9530.2
Hex75256C044836133341e
Octal16545154010410664636436
Binary1110101100101110110001000100100011011010011001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75256C; }

 p { color: rgb(117,37,108); }

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

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

 a { background-color: rgb(117,37,108); }

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

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

 span { border-color: rgb(117,37,108); }

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