Html Css Color HEX #47003F Tyrian Purple

📋 copy color: '#47003F'

red 71 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #47003F

Tints of Tyrian Purple #47003F

RGB

 RED value IS 71 (28.13% from 255) = 52.99%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 47.01%

R = 52.99%
G = 0%
B = 47.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47003F (or 0x47003F) is known color: Tyrian Purple. HEX triplet: 47, 00 and 3F. RGB value is (71,0,63). Sum of RGB (Red+Green+Blue) = 71+0+63=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003F is #B8FFC0. Grayscale: #1C1C1C. Windows color (decimal): -12124097 or 4128839. OLE color: 4128839.

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

Color convert

RGB 71 0 63 -
CMYK 0 1 0.11 0.72
HSL 306.76º 1% 0.14% -
HSV(B) 306.76º 1% 0.28% -
XYZ 3.5 1.7 4.85 -
YUV 28.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 71 0 63 0 1 0.11 0.72 306.76 1 0.14
Hex 47 0 3F 0 64 B 48 133 64 E
Octal 107 0 77 0 144 13 110 463 144 16
Binary 1000111 0 111111 0 1100100 1011 1001000 100110011 1100100 1110

Color Harmonies of #47003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47003F

Black with #47003F

Text Example


Text Example

White with #47003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47003F;
 }
 .AnyTagClassName
 {
   color: #47003F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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