Html Css Color HEX #70083A Tyrian Purple

📋 copy color: '#70083A'

red 112 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #70083A

Tints of Tyrian Purple #70083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 62.92%
G = 4.49%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70083A (or 0x70083A) is known color: Tyrian Purple. HEX triplet: 70, 08 and 3A. RGB value is (112,8,58). Sum of RGB (Red+Green+Blue) = 112+8+58=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70083A is #8FF7C5. Grayscale: #2C2C2C. Windows color (decimal): -9435078 or 3803248. OLE color: 3803248.

HSL color Cylindrical-coordinate representation of color #70083A: hue angle of 331.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70083A is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 58 -
CMYK 0 0.93 0.48 0.56
HSL 331.15º 0.87% 0.24% -
HSV(B) 331.15º 0.93% 0.44% -
XYZ 7.53 3.92 4.36 -
YUV 44.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 112 8 58 0 0.93 0.48 0.56 331.15 0.87 0.24
Hex 70 8 3A 0 5D 30 38 14B 57 18
Octal 160 10 72 0 135 60 70 513 127 30
Binary 1110000 1000 111010 0 1011101 110000 111000 101001011 1010111 11000

Color Harmonies of #70083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70083A

Black with #70083A

Text Example


Text Example

White with #70083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70083A; }

 p { color: rgb(112,8,58); }

 H1.HeaderClassName
 {
   color: #70083A;
 }
 .AnyTagClassName
 {
   color: #70083A;
 }
</style>

background-color css

<style>
 a { background-color: #70083A; }

 a { background-color: rgb(112,8,58); }

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

border-color css

<style>
 span { border-color: #70083A; }

 span { border-color: rgb(112,8,58); }

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