#74135E

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

Shades of Palatinate Purple #74135E

Tints of Palatinate Purple #74135E

Color information

#74135E (or 0x74135E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 13 and 5E. RGB value is (116,19,94). Sum of RGB (Red+Green+Blue) = 116+19+94=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74135E is #8BECA1. Grayscale: #383838. Windows color (decimal): -9170082 or 6165364. OLE color: 6165364.

HSL color Cylindrical-coordinate representation of color #74135E: hue angle of 313.61º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74135E is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1161994-
CMYK00.840.190.55
HSL313.61º71.85%26.47%-
HSV(B)313.61º83.62%45.49%-
XYZ9.464.9911.05-
YUV56.55149.14170.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=50.66%
G=8.30%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116199400.840.190.55313.6171.8526.47
Hex74135E054133713a481a
Octal164231360124236747211032
Binary11101001001110111100101010010011110111100111010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,19,94); }

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

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

 a { background-color: rgb(116,19,94); }

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

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

 span { border-color: rgb(116,19,94); }

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