#74095D

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

Shades of Palatinate Purple #74095D

Tints of Palatinate Purple #74095D

Color information

#74095D (or 0x74095D) is unknown color: approx Palatinate Purple. HEX triplet: 74, 09 and 5D. RGB value is (116,9,93). Sum of RGB (Red+Green+Blue) = 116+9+93=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74095D is #8BF6A2. Grayscale: #323232. Windows color (decimal): -9172643 or 6097268. OLE color: 6097268.

HSL color Cylindrical-coordinate representation of color #74095D: hue angle of 312.9º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74095D is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB116993-
CMYK00.920.200.55
HSL312.9º85.6%24.51%-
HSV(B)312.9º92.24%45.49%-
XYZ9.284.710.77-
YUV50.57151.95174.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=53.21%
G=4.13%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11699300.920.200.55312.985.624.51
Hex7495D05C14371395619
Octal164111350134246747112631
Binary1110100100110111010101110010100110111100111001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74095D; }

 p { color: rgb(116,9,93); }

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

<style>
 a { background-color: #74095D; }

 a { background-color: rgb(116,9,93); }

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

<style>
 span { border-color: #74095D; }

 span { border-color: rgb(116,9,93); }

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