Html Css Color HEX #70033E Tyrian Purple

📋 copy color: '#70033E'

red 112 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #70033E

Tints of Tyrian Purple #70033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 63.28%
G = 1.69%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70033E (or 0x70033E) is known color: Tyrian Purple. HEX triplet: 70, 03 and 3E. RGB value is (112,3,62). Sum of RGB (Red+Green+Blue) = 112+3+62=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033E is #8FFCC1. Grayscale: #2A2A2A. Windows color (decimal): -9436354 or 4064112. OLE color: 4064112.

HSL color Cylindrical-coordinate representation of color #70033E: hue angle of 327.52º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70033E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 62 -
CMYK 0 0.97 0.45 0.56
HSL 327.52º 0.95% 0.23% -
HSV(B) 327.52º 0.97% 0.44% -
XYZ 7.58 3.86 4.9 -
YUV 42.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 112 3 62 0 0.97 0.45 0.56 327.52 0.95 0.23
Hex 70 3 3E 0 61 2D 38 148 5F 17
Octal 160 3 76 0 141 55 70 510 137 27
Binary 1110000 11 111110 0 1100001 101101 111000 101001000 1011111 10111

Color Harmonies of #70033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70033E

Black with #70033E

Text Example


Text Example

White with #70033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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