Html Css Color HEX #70004A Tyrian Purple

📋 copy color: '#70004A'

red 112 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #70004A

Tints of Tyrian Purple #70004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.78%

R = 60.22%
G = 0%
B = 39.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70004A (or 0x70004A) is known color: Tyrian Purple. HEX triplet: 70, 00 and 4A. RGB value is (112,0,74). Sum of RGB (Red+Green+Blue) = 112+0+74=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #70004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70004A is #8FFFB5. Grayscale: #292929. Windows color (decimal): -9437110 or 4849776. OLE color: 4849776.

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

Color convert

RGB 112 0 74 -
CMYK 0 1 0.34 0.56
HSL 320.36º 1% 0.22% -
HSV(B) 320.36º 1% 0.44% -
XYZ 7.92 3.94 6.82 -
YUV 41.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 112 0 74 0 1 0.34 0.56 320.36 1 0.22
Hex 70 0 4A 0 64 22 38 140 64 16
Octal 160 0 112 0 144 42 70 500 144 26
Binary 1110000 0 1001010 0 1100100 100010 111000 101000000 1100100 10110

Color Harmonies of #70004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70004A

Black with #70004A

Text Example


Text Example

White with #70004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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