Html Css Color HEX #70004E Tyrian Purple

📋 copy color: '#70004E'

red 112 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #70004E

Tints of Tyrian Purple #70004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 58.95%
G = 0%
B = 41.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70004E (or 0x70004E) is known color: Tyrian Purple. HEX triplet: 70, 00 and 4E. RGB value is (112,0,78). Sum of RGB (Red+Green+Blue) = 112+0+78=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70004E is #8FFFB1. Grayscale: #2A2A2A. Windows color (decimal): -9437106 or 5111920. OLE color: 5111920.

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

Color convert

RGB 112 0 78 -
CMYK 0 1 0.30 0.56
HSL 318.21º 1% 0.22% -
HSV(B) 318.21º 1% 0.44% -
XYZ 8.06 3.99 7.55 -
YUV 42.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 112 0 78 0 1 0.30 0.56 318.21 1 0.22
Hex 70 0 4E 0 64 1E 38 13E 64 16
Octal 160 0 116 0 144 36 70 476 144 26
Binary 1110000 0 1001110 0 1100100 11110 111000 100111110 1100100 10110

Color Harmonies of #70004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70004E

Black with #70004E

Text Example


Text Example

White with #70004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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