#75256E

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

Shades of Palatinate Purple #75256E

Tints of Palatinate Purple #75256E

Color information

#75256E (or 0x75256E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 6E. RGB value is (117,37,110). Sum of RGB (Red+Green+Blue) = 117+37+110=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75256E is #8ADA91. Grayscale: #454545. Windows color (decimal): -9099922 or 7218549. OLE color: 7218549.

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

Color convert

RGB11737110-
CMYK00.680.060.54
HSL305.25º51.95%30.2%-
HSV(B)305.25º68.38%45.88%-
XYZ10.816.2315.38-
YUV69.24151162.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=44.32%
G=14.02%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173711000.680.060.54305.2551.9530.2
Hex75256E044636131341e
Octal1654515601046664616436
Binary111010110010111011100100010011011011010011000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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