Html Css Color HEX #70044E Tyrian Purple

📋 copy color: '#70044E'

red 112 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #70044E

Tints of Tyrian Purple #70044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

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

R = 57.73%
G = 2.06%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70044E (or 0x70044E) is known color: Tyrian Purple. HEX triplet: 70, 04 and 4E. RGB value is (112,4,78). Sum of RGB (Red+Green+Blue) = 112+4+78=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70044E is #8FFBB1. Grayscale: #2C2C2C. Windows color (decimal): -9436082 or 5112944. OLE color: 5112944.

HSL color Cylindrical-coordinate representation of color #70044E: hue angle of 318.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70044E is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 78 -
CMYK 0 0.96 0.30 0.56
HSL 318.89º 0.93% 0.23% -
HSV(B) 318.89º 0.96% 0.44% -
XYZ 8.1 4.08 7.57 -
YUV 44.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 112 4 78 0 0.96 0.30 0.56 318.89 0.93 0.23
Hex 70 4 4E 0 60 1E 38 13F 5D 17
Octal 160 4 116 0 140 36 70 477 135 27
Binary 1110000 100 1001110 0 1100000 11110 111000 100111111 1011101 10111

Color Harmonies of #70044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70044E

Black with #70044E

Text Example


Text Example

White with #70044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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