#74035C

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

Shades of Tyrian Purple #74035C

Tints of Tyrian Purple #74035C

Color information

#74035C (or 0x74035C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 03 and 5C. RGB value is (116,3,92). Sum of RGB (Red+Green+Blue) = 116+3+92=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74035C is #8BFCA3. Grayscale: #2E2E2E. Windows color (decimal): -9174180 or 6030196. OLE color: 6030196.

HSL color Cylindrical-coordinate representation of color #74035C: hue angle of 312.74º 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 #74035C is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB116392-
CMYK00.970.210.55
HSL312.74º94.96%23.33%-
HSV(B)312.74º97.41%45.49%-
XYZ9.174.5510.52-
YUV46.93153.44177.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=54.98%
G=1.42%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11639200.970.210.55312.7494.9623.33
Hex7435C06115371395f17
Octal16431340141256747113727
Binary11101001110111000110000110101110111100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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