Html Css Color HEX #70032F Tyrian Purple

📋 copy color: '#70032F'

red 112 ◦ green 3 ◦ blue 47

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

Shades of Tyrian Purple #70032F

Tints of Tyrian Purple #70032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 69.14%
G = 1.85%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70032F (or 0x70032F) is known color: Tyrian Purple. HEX triplet: 70, 03 and 2F. RGB value is (112,3,47). Sum of RGB (Red+Green+Blue) = 112+3+47=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70032F is #8FFCD0. Grayscale: #282828. Windows color (decimal): -9436369 or 3081072. OLE color: 3081072.

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

Color convert

RGB 112 3 47 -
CMYK 0 0.97 0.58 0.56
HSL 335.78º 0.95% 0.23% -
HSV(B) 335.78º 0.97% 0.44% -
XYZ 7.23 3.72 3.03 -
YUV 40.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 112 3 47 0 0.97 0.58 0.56 335.78 0.95 0.23
Hex 70 3 2F 0 61 3A 38 150 5F 17
Octal 160 3 57 0 141 72 70 520 137 27
Binary 1110000 11 101111 0 1100001 111010 111000 101010000 1011111 10111

Color Harmonies of #70032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70032F

Black with #70032F

Text Example


Text Example

White with #70032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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