Html Css Color HEX #70022E Tyrian Purple

📋 copy color: '#70022E'

red 112 ◦ green 2 ◦ blue 46

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

Shades of Tyrian Purple #70022E

Tints of Tyrian Purple #70022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 46 (18.36% from 255) = 28.75%

R = 70%
G = 1.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70022E (or 0x70022E) is known color: Tyrian Purple. HEX triplet: 70, 02 and 2E. RGB value is (112,2,46). Sum of RGB (Red+Green+Blue) = 112+2+46=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70022E is #8FFDD1. Grayscale: #272727. Windows color (decimal): -9436626 or 3015280. OLE color: 3015280.

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

Color convert

RGB 112 2 46 -
CMYK 0 0.98 0.59 0.56
HSL 336º 0.96% 0.22% -
HSV(B) 336º 0.98% 0.44% -
XYZ 7.2 3.69 2.92 -
YUV 39.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 112 2 46 0 0.98 0.59 0.56 336 0.96 0.22
Hex 70 2 2E 0 62 3B 38 150 60 16
Octal 160 2 56 0 142 73 70 520 140 26
Binary 1110000 10 101110 0 1100010 111011 111000 101010000 1100000 10110

Color Harmonies of #70022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70022E

Black with #70022E

Text Example


Text Example

White with #70022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,2,46); }

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

background-color css

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

 a { background-color: rgb(112,2,46); }

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

border-color css

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

 span { border-color: rgb(112,2,46); }

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