#75296A

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

Shades of Palatinate Purple #75296A

Tints of Palatinate Purple #75296A

Color information

#75296A (or 0x75296A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 6A. RGB value is (117,41,106). Sum of RGB (Red+Green+Blue) = 117+41+106=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296A is #8AD695. Grayscale: #464646. Windows color (decimal): -9098902 or 6957429. OLE color: 6957429.

HSL color Cylindrical-coordinate representation of color #75296A: hue angle of 308.68º 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 #75296A is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11741106-
CMYK00.650.090.54
HSL308.68º48.1%30.98%-
HSV(B)308.68º64.96%45.88%-
XYZ10.736.4114.31-
YUV71.13147.68160.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=44.32%
G=15.53%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174110600.650.090.54308.6848.130.98
Hex75296A041936135301f
Octal16551152010111664656037
Binary1110101101001110101001000001100111011010011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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