Html Css Color HEX #70052E Tyrian Purple

📋 copy color: '#70052E'

red 112 ◦ green 5 ◦ blue 46

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

Shades of Tyrian Purple #70052E

Tints of Tyrian Purple #70052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

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

R = 68.71%
G = 3.07%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70052E (or 0x70052E) is known color: Tyrian Purple. HEX triplet: 70, 05 and 2E. RGB value is (112,5,46). Sum of RGB (Red+Green+Blue) = 112+5+46=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70052E is #8FFAD1. Grayscale: #292929. Windows color (decimal): -9435858 or 3016048. OLE color: 3016048.

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

Color convert

RGB 112 5 46 -
CMYK 0 0.96 0.59 0.56
HSL 337.01º 0.91% 0.23% -
HSV(B) 337.01º 0.96% 0.44% -
XYZ 7.23 3.75 2.93 -
YUV 41.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 112 5 46 0 0.96 0.59 0.56 337.01 0.91 0.23
Hex 70 5 2E 0 60 3B 38 151 5B 17
Octal 160 5 56 0 140 73 70 521 133 27
Binary 1110000 101 101110 0 1100000 111011 111000 101010001 1011011 10111

Color Harmonies of #70052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70052E

Black with #70052E

Text Example


Text Example

White with #70052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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