#74175A

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

Shades of Palatinate Purple #74175A

Tints of Palatinate Purple #74175A

Color information

#74175A (or 0x74175A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 17 and 5A. RGB value is (116,23,90). Sum of RGB (Red+Green+Blue) = 116+23+90=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74175A is #8BE8A5. Grayscale: #3A3A3A. Windows color (decimal): -9169062 or 5904244. OLE color: 5904244.

HSL color Cylindrical-coordinate representation of color #74175A: hue angle of 316.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74175A is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1162390-
CMYK00.800.220.55
HSL316.77º66.91%27.25%-
HSV(B)316.77º80.17%45.49%-
XYZ9.355.0610.16-
YUV58.44145.81169.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=50.66%
G=10.04%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116239000.800.220.55316.7766.9127.25
Hex74175A050163713d431b
Octal164271320120266747510333
Binary11101001011110110100101000010110110111100111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,23,90); }

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

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

 a { background-color: rgb(116,23,90); }

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

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

 span { border-color: rgb(116,23,90); }

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