Html Css Color HEX #70004D Tyrian Purple

📋 copy color: '#70004D'

red 112 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #70004D

Tints of Tyrian Purple #70004D

RGB

 RED value IS 112 (44.14% from 255) = 59.26%

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

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 59.26%
G = 0%
B = 40.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70004D (or 0x70004D) is known color: Tyrian Purple. HEX triplet: 70, 00 and 4D. RGB value is (112,0,77). Sum of RGB (Red+Green+Blue) = 112+0+77=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70004D is #8FFFB2. Grayscale: #2A2A2A. Windows color (decimal): -9437107 or 5046384. OLE color: 5046384.

HSL color Cylindrical-coordinate representation of color #70004D: hue angle of 318.75º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70004D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 77 -
CMYK 0 1 0.31 0.56
HSL 318.75º 1% 0.22% -
HSV(B) 318.75º 1% 0.44% -
XYZ 8.02 3.98 7.37 -
YUV 42.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 112 0 77 0 1 0.31 0.56 318.75 1 0.22
Hex 70 0 4D 0 64 1F 38 13F 64 16
Octal 160 0 115 0 144 37 70 477 144 26
Binary 1110000 0 1001101 0 1100100 11111 111000 100111111 1100100 10110

Color Harmonies of #70004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70004D

Black with #70004D

Text Example


Text Example

White with #70004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,0,77); }

 H1.HeaderClassName
 {
   color: #70004D;
 }
 .AnyTagClassName
 {
   color: #70004D;
 }
</style>

background-color css

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

 a { background-color: rgb(112,0,77); }

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

border-color css

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

 span { border-color: rgb(112,0,77); }

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