Html Css Color HEX #70083B Tyrian Purple

📋 copy color: '#70083B'

red 112 ◦ green 8 ◦ blue 59

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

Shades of Tyrian Purple #70083B

Tints of Tyrian Purple #70083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 62.57%
G = 4.47%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70083B (or 0x70083B) is known color: Tyrian Purple. HEX triplet: 70, 08 and 3B. RGB value is (112,8,59). Sum of RGB (Red+Green+Blue) = 112+8+59=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70083B is #8FF7C4. Grayscale: #2C2C2C. Windows color (decimal): -9435077 or 3868784. OLE color: 3868784.

HSL color Cylindrical-coordinate representation of color #70083B: hue angle of 330.58º 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 #70083B is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 59 -
CMYK 0 0.93 0.47 0.56
HSL 330.58º 0.87% 0.24% -
HSV(B) 330.58º 0.93% 0.44% -
XYZ 7.56 3.93 4.5 -
YUV 44.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 112 8 59 0 0.93 0.47 0.56 330.58 0.87 0.24
Hex 70 8 3B 0 5D 2F 38 14B 57 18
Octal 160 10 73 0 135 57 70 513 127 30
Binary 1110000 1000 111011 0 1011101 101111 111000 101001011 1010111 11000

Color Harmonies of #70083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70083B

Black with #70083B

Text Example


Text Example

White with #70083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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