Html Css Color HEX #70053B Tyrian Purple

📋 copy color: '#70053B'

red 112 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #70053B

Tints of Tyrian Purple #70053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 63.64%
G = 2.84%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70053B (or 0x70053B) is known color: Tyrian Purple. HEX triplet: 70, 05 and 3B. RGB value is (112,5,59). Sum of RGB (Red+Green+Blue) = 112+5+59=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70053B is #8FFAC4. Grayscale: #2B2B2B. Windows color (decimal): -9435845 or 3868016. OLE color: 3868016.

HSL color Cylindrical-coordinate representation of color #70053B: hue angle of 329.72º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70053B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 59 -
CMYK 0 0.96 0.47 0.56
HSL 329.72º 0.91% 0.23% -
HSV(B) 329.72º 0.96% 0.44% -
XYZ 7.53 3.87 4.49 -
YUV 43.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 112 5 59 0 0.96 0.47 0.56 329.72 0.91 0.23
Hex 70 5 3B 0 60 2F 38 14A 5B 17
Octal 160 5 73 0 140 57 70 512 133 27
Binary 1110000 101 111011 0 1100000 101111 111000 101001010 1011011 10111

Color Harmonies of #70053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70053B

Black with #70053B

Text Example


Text Example

White with #70053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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