Html Css Color HEX #70002E Tyrian Purple

📋 copy color: '#70002E'

red 112 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #70002E

Tints of Tyrian Purple #70002E

RGB

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

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

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

R = 70.89%
G = 0%
B = 29.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70002E (or 0x70002E) is known color: Tyrian Purple. HEX triplet: 70, 00 and 2E. RGB value is (112,0,46). Sum of RGB (Red+Green+Blue) = 112+0+46=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70002E is #8FFFD1. Grayscale: #262626. Windows color (decimal): -9437138 or 3014768. OLE color: 3014768.

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

Color convert

RGB 112 0 46 -
CMYK 0 1 0.59 0.56
HSL 335.36º 1% 0.22% -
HSV(B) 335.36º 1% 0.44% -
XYZ 7.18 3.64 2.91 -
YUV 38.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 112 0 46 0 1 0.59 0.56 335.36 1 0.22
Hex 70 0 2E 0 64 3B 38 14F 64 16
Octal 160 0 56 0 144 73 70 517 144 26
Binary 1110000 0 101110 0 1100100 111011 111000 101001111 1100100 10110

Color Harmonies of #70002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70002E

Black with #70002E

Text Example


Text Example

White with #70002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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