Html Css Color HEX #70003A Tyrian Purple

📋 copy color: '#70003A'

red 112 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #70003A

Tints of Tyrian Purple #70003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.88%
G = 0%
B = 34.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70003A (or 0x70003A) is known color: Tyrian Purple. HEX triplet: 70, 00 and 3A. RGB value is (112,0,58). Sum of RGB (Red+Green+Blue) = 112+0+58=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #70003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70003A is #8FFFC5. Grayscale: #272727. Windows color (decimal): -9437126 or 3801200. OLE color: 3801200.

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

Color convert

RGB 112 0 58 -
CMYK 0 1 0.48 0.56
HSL 328.93º 1% 0.22% -
HSV(B) 328.93º 1% 0.44% -
XYZ 7.45 3.75 4.33 -
YUV 40.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 112 0 58 0 1 0.48 0.56 328.93 1 0.22
Hex 70 0 3A 0 64 30 38 149 64 16
Octal 160 0 72 0 144 60 70 511 144 26
Binary 1110000 0 111010 0 1100100 110000 111000 101001001 1100100 10110

Color Harmonies of #70003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70003A

Black with #70003A

Text Example


Text Example

White with #70003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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