#74175F

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

Shades of Palatinate Purple #74175F

Tints of Palatinate Purple #74175F

Color information

#74175F (or 0x74175F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 17 and 5F. RGB value is (116,23,95). Sum of RGB (Red+Green+Blue) = 116+23+95=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74175F is #8BE8A0. Grayscale: #3A3A3A. Windows color (decimal): -9169057 or 6231924. OLE color: 6231924.

HSL color Cylindrical-coordinate representation of color #74175F: hue angle of 313.55º 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 #74175F is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1162395-
CMYK00.800.180.55
HSL313.55º66.91%27.25%-
HSV(B)313.55º80.17%45.49%-
XYZ9.575.1511.32-
YUV59.01148.31168.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=49.57%
G=9.83%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116239500.800.180.55313.5566.9127.25
Hex74175F050123713a431b
Octal164271370120226747210333
Binary11101001011110111110101000010010110111100111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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