#47003E

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

Shades of Tyrian Purple #47003E

Tints of Tyrian Purple #47003E

Color information

#47003E (or 0x47003E) is unknown color: approx Tyrian Purple. HEX triplet: 47, 00 and 3E. RGB value is (71,0,62). Sum of RGB (Red+Green+Blue) = 71+0+62=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003E is #B8FFC1. Grayscale: #1C1C1C. Windows color (decimal): -12124098 or 4063303. OLE color: 4063303.

HSL color Cylindrical-coordinate representation of color #47003E: hue angle of 307.61º 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 #47003E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB71062-
CMYK010.130.72
HSL307.61º100%13.92%-
HSV(B)307.61º100%27.84%-
XYZ3.471.694.7-
YUV28.3147.02158.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=53.38%
G=0%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71062010.130.72307.6110013.92
Hex4703E064D4813464e
Octal10707601441511046414416
Binary10001110111110011001001101100100010011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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