Html Css Color HEX #70063A Tyrian Purple

📋 copy color: '#70063A'

red 112 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #70063A

Tints of Tyrian Purple #70063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

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

R = 63.64%
G = 3.41%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70063A (or 0x70063A) is known color: Tyrian Purple. HEX triplet: 70, 06 and 3A. RGB value is (112,6,58). Sum of RGB (Red+Green+Blue) = 112+6+58=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70063A is #8FF9C5. Grayscale: #2B2B2B. Windows color (decimal): -9435590 or 3802736. OLE color: 3802736.

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

Color convert

RGB 112 6 58 -
CMYK 0 0.95 0.48 0.56
HSL 330.57º 0.9% 0.23% -
HSV(B) 330.57º 0.95% 0.44% -
XYZ 7.51 3.88 4.36 -
YUV 43.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 112 6 58 0 0.95 0.48 0.56 330.57 0.9 0.23
Hex 70 6 3A 0 5F 30 38 14B 5A 17
Octal 160 6 72 0 137 60 70 513 132 27
Binary 1110000 110 111010 0 1011111 110000 111000 101001011 1011010 10111

Color Harmonies of #70063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70063A

Black with #70063A

Text Example


Text Example

White with #70063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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