Html Css Color HEX #70004F Tyrian Purple

📋 copy color: '#70004F'

red 112 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #70004F

Tints of Tyrian Purple #70004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 58.64%
G = 0%
B = 41.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70004F (or 0x70004F) is known color: Tyrian Purple. HEX triplet: 70, 00 and 4F. RGB value is (112,0,79). Sum of RGB (Red+Green+Blue) = 112+0+79=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70004F is #8FFFB0. Grayscale: #2A2A2A. Windows color (decimal): -9437105 or 5177456. OLE color: 5177456.

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

Color convert

RGB 112 0 79 -
CMYK 0 1 0.29 0.56
HSL 317.68º 1% 0.22% -
HSV(B) 317.68º 1% 0.44% -
XYZ 8.09 4.01 7.74 -
YUV 42.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 112 0 79 0 1 0.29 0.56 317.68 1 0.22
Hex 70 0 4F 0 64 1D 38 13E 64 16
Octal 160 0 117 0 144 35 70 476 144 26
Binary 1110000 0 1001111 0 1100100 11101 111000 100111110 1100100 10110

Color Harmonies of #70004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70004F

Black with #70004F

Text Example


Text Example

White with #70004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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