Html Css Color HEX #70032E Tyrian Purple

📋 copy color: '#70032E'

red 112 ◦ green 3 ◦ blue 46

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

Shades of Tyrian Purple #70032E

Tints of Tyrian Purple #70032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 69.57%
G = 1.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70032E (or 0x70032E) is known color: Tyrian Purple. HEX triplet: 70, 03 and 2E. RGB value is (112,3,46). Sum of RGB (Red+Green+Blue) = 112+3+46=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70032E is #8FFCD1. Grayscale: #282828. Windows color (decimal): -9436370 or 3015536. OLE color: 3015536.

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

Color convert

RGB 112 3 46 -
CMYK 0 0.97 0.59 0.56
HSL 336.33º 0.95% 0.23% -
HSV(B) 336.33º 0.97% 0.44% -
XYZ 7.21 3.71 2.92 -
YUV 40.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 112 3 46 0 0.97 0.59 0.56 336.33 0.95 0.23
Hex 70 3 2E 0 61 3B 38 150 5F 17
Octal 160 3 56 0 141 73 70 520 137 27
Binary 1110000 11 101110 0 1100001 111011 111000 101010000 1011111 10111

Color Harmonies of #70032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70032E

Black with #70032E

Text Example


Text Example

White with #70032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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