Html Css Color HEX #70023E Tyrian Purple

📋 copy color: '#70023E'

red 112 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #70023E

Tints of Tyrian Purple #70023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 63.64%
G = 1.14%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70023E (or 0x70023E) is known color: Tyrian Purple. HEX triplet: 70, 02 and 3E. RGB value is (112,2,62). Sum of RGB (Red+Green+Blue) = 112+2+62=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023E is #8FFDC1. Grayscale: #292929. Windows color (decimal): -9436610 or 4063856. OLE color: 4063856.

HSL color Cylindrical-coordinate representation of color #70023E: hue angle of 327.27º 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 #70023E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 62 -
CMYK 0 0.98 0.45 0.56
HSL 327.27º 0.96% 0.22% -
HSV(B) 327.27º 0.98% 0.44% -
XYZ 7.57 3.84 4.9 -
YUV 41.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 112 2 62 0 0.98 0.45 0.56 327.27 0.96 0.22
Hex 70 2 3E 0 62 2D 38 147 60 16
Octal 160 2 76 0 142 55 70 507 140 26
Binary 1110000 10 111110 0 1100010 101101 111000 101000111 1100000 10110

Color Harmonies of #70023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70023E

Black with #70023E

Text Example


Text Example

White with #70023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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