Html Css Color HEX #47003D Tyrian Purple

📋 copy color: '#47003D'

red 71 ◦ green 0 ◦ blue 61

#47003D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #47003D

Tints of Tyrian Purple #47003D

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47003D (or 0x47003D) is known color: 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

RGB 71 0 61 -
CMYK 0 1 0.14 0.72
HSL 308.45º 1% 0.14% -
HSV(B) 308.45º 1% 0.28% -
XYZ 3.44 1.68 4.56 -
YUV 28.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 71 0 61 0 1 0.14 0.72 308.45 1 0.14
Hex 47 0 3D 0 64 E 48 134 64 E
Octal 107 0 75 0 144 16 110 464 144 16
Binary 1000111 0 111101 0 1100100 1110 1001000 100110100 1100100 1110

Color Harmonies of #47003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47003D

Black with #47003D

Text Example


Text Example

White with #47003D

Text Example


Text Example

HTML Codes & Css Web 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>