#47003D

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

Shades of Tyrian Purple #47003D

Tints of Tyrian Purple #47003D

Color information

#47003D (or 0x47003D) is unknown color: approx Tyrian Purple. HEX triplet: 47, 00 and 3D. RGB value is (71,0,61). Sum of RGB (Red+Green+Blue) = 71+0+61=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003D is #B8FFC2. Grayscale: #1C1C1C. Windows color (decimal): -12124099 or 3997767. OLE color: 3997767.

HSL color Cylindrical-coordinate representation of color #47003D: hue angle of 308.45º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47003D is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB71061-
CMYK010.140.72
HSL308.45º100%13.92%-
HSV(B)308.45º100%27.84%-
XYZ3.441.684.56-
YUV28.18146.52158.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=53.79%
G=0%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71061010.140.72308.4510013.92
Hex4703D064E4813464e
Octal10707501441611046414416
Binary10001110111101011001001110100100010011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,0,61); }

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

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

 a { background-color: rgb(71,0,61); }

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

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

 span { border-color: rgb(71,0,61); }

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