#75145E

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

Shades of Palatinate Purple #75145E

Tints of Palatinate Purple #75145E

Color information

#75145E (or 0x75145E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 14 and 5E. RGB value is (117,20,94). Sum of RGB (Red+Green+Blue) = 117+20+94=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75145E is #8AEBA1. Grayscale: #393939. Windows color (decimal): -9104290 or 6165621. OLE color: 6165621.

HSL color Cylindrical-coordinate representation of color #75145E: hue angle of 314.23º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75145E is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1172094-
CMYK00.830.200.54
HSL314.23º70.8%26.86%-
HSV(B)314.23º82.91%45.88%-
XYZ9.615.0911.07-
YUV57.44148.64170.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=50.65%
G=8.66%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117209400.830.200.54314.2370.826.86
Hex75145E053143613a471b
Octal165241360123246647210733
Binary11101011010010111100101001110100110110100111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,20,94); }

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

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

 a { background-color: rgb(117,20,94); }

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

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

 span { border-color: rgb(117,20,94); }

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