#71093F

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

Shades of Tyrian Purple #71093F

Tints of Tyrian Purple #71093F

Color information

#71093F (or 0x71093F) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 3F. RGB value is (113,9,63). Sum of RGB (Red+Green+Blue) = 113+9+63=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #71093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71093F is #8EF6C0. Grayscale: #2E2E2E. Windows color (decimal): -9369281 or 4131185. OLE color: 4131185.

HSL color Cylindrical-coordinate representation of color #71093F: hue angle of 328.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71093F is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB113963-
CMYK00.920.440.56
HSL328.85º85.25%23.92%-
HSV(B)328.85º92.04%44.31%-
XYZ7.84.065.08-
YUV46.25137.46175.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 63 (25% from 255) = 34.05%
R=61.08%
G=4.86%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11396300.920.440.56328.8585.2523.92
Hex7193F05C2C381495518
Octal16111770134547051112530
Binary1110001100111111101011100101100111000101001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,9,63); }

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

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

 a { background-color: rgb(113,9,63); }

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

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

 span { border-color: rgb(113,9,63); }

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