#74035D

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

Shades of Palatinate Purple #74035D

Tints of Palatinate Purple #74035D

Color information

#74035D (or 0x74035D) is unknown color: approx Palatinate Purple. HEX triplet: 74, 03 and 5D. RGB value is (116,3,93). Sum of RGB (Red+Green+Blue) = 116+3+93=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74035D is #8BFCA2. Grayscale: #2E2E2E. Windows color (decimal): -9174179 or 6095732. OLE color: 6095732.

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

Color convert

RGB116393-
CMYK00.970.200.55
HSL312.21º94.96%23.33%-
HSV(B)312.21º97.41%45.49%-
XYZ9.214.5710.75-
YUV47.05153.94177.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=54.72%
G=1.42%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11639300.970.200.55312.2194.9623.33
Hex7435D06114371385f17
Octal16431350141246747013727
Binary11101001110111010110000110100110111100111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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