#75296E

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

Shades of Palatinate Purple #75296E

Tints of Palatinate Purple #75296E

Color information

#75296E (or 0x75296E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 6E. RGB value is (117,41,110). Sum of RGB (Red+Green+Blue) = 117+41+110=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296E is #8AD691. Grayscale: #474747. Windows color (decimal): -9098898 or 7219573. OLE color: 7219573.

HSL color Cylindrical-coordinate representation of color #75296E: hue angle of 305.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75296E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11741110-
CMYK00.650.060.54
HSL305.53º48.1%30.98%-
HSV(B)305.53º64.96%45.88%-
XYZ10.946.4915.43-
YUV71.59149.68160.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=43.66%
G=15.30%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174111000.650.060.54305.5348.130.98
Hex75296E041636132301f
Octal1655115601016664626037
Binary111010110100111011100100000111011011010011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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