Html Css Color HEX #70023B Tyrian Purple

📋 copy color: '#70023B'

red 112 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #70023B

Tints of Tyrian Purple #70023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 64.74%
G = 1.16%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70023B (or 0x70023B) is known color: Tyrian Purple. HEX triplet: 70, 02 and 3B. RGB value is (112,2,59). Sum of RGB (Red+Green+Blue) = 112+2+59=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023B is #8FFDC4. Grayscale: #292929. Windows color (decimal): -9436613 or 3867248. OLE color: 3867248.

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

Color convert

RGB 112 2 59 -
CMYK 0 0.98 0.47 0.56
HSL 328.91º 0.96% 0.22% -
HSV(B) 328.91º 0.98% 0.44% -
XYZ 7.49 3.8 4.48 -
YUV 41.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 112 2 59 0 0.98 0.47 0.56 328.91 0.96 0.22
Hex 70 2 3B 0 62 2F 38 149 60 16
Octal 160 2 73 0 142 57 70 511 140 26
Binary 1110000 10 111011 0 1100010 101111 111000 101001001 1100000 10110

Color Harmonies of #70023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70023B

Black with #70023B

Text Example


Text Example

White with #70023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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