Html Css Color HEX #70003B Tyrian Purple

📋 copy color: '#70003B'

red 112 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #70003B

Tints of Tyrian Purple #70003B

RGB

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

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

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

R = 65.5%
G = 0%
B = 34.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70003B (or 0x70003B) is known color: Tyrian Purple. HEX triplet: 70, 00 and 3B. RGB value is (112,0,59). Sum of RGB (Red+Green+Blue) = 112+0+59=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #70003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70003B is #8FFFC4. Grayscale: #282828. Windows color (decimal): -9437125 or 3866736. OLE color: 3866736.

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

Color convert

RGB 112 0 59 -
CMYK 0 1 0.47 0.56
HSL 328.39º 1% 0.22% -
HSV(B) 328.39º 1% 0.44% -
XYZ 7.47 3.76 4.47 -
YUV 40.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 112 0 59 0 1 0.47 0.56 328.39 1 0.22
Hex 70 0 3B 0 64 2F 38 148 64 16
Octal 160 0 73 0 144 57 70 510 144 26
Binary 1110000 0 111011 0 1100100 101111 111000 101001000 1100100 10110

Color Harmonies of #70003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70003B

Black with #70003B

Text Example


Text Example

White with #70003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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