Html Css Color HEX #70074D Tyrian Purple

📋 copy color: '#70074D'

red 112 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #70074D

Tints of Tyrian Purple #70074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.57%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 57.14%
G = 3.57%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70074D (or 0x70074D) is known color: Tyrian Purple. HEX triplet: 70, 07 and 4D. RGB value is (112,7,77). Sum of RGB (Red+Green+Blue) = 112+7+77=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70074D is #8FF8B2. Grayscale: #2E2E2E. Windows color (decimal): -9435315 or 5048176. OLE color: 5048176.

HSL color Cylindrical-coordinate representation of color #70074D: hue angle of 320º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70074D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 77 -
CMYK 0 0.94 0.31 0.56
HSL 320º 0.88% 0.23% -
HSV(B) 320º 0.94% 0.44% -
XYZ 8.1 4.13 7.39 -
YUV 46.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 112 7 77 0 0.94 0.31 0.56 320 0.88 0.23
Hex 70 7 4D 0 5E 1F 38 140 58 17
Octal 160 7 115 0 136 37 70 500 130 27
Binary 1110000 111 1001101 0 1011110 11111 111000 101000000 1011000 10111

Color Harmonies of #70074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70074D

Black with #70074D

Text Example


Text Example

White with #70074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70074D; }

 p { color: rgb(112,7,77); }

 H1.HeaderClassName
 {
   color: #70074D;
 }
 .AnyTagClassName
 {
   color: #70074D;
 }
</style>

background-color css

<style>
 a { background-color: #70074D; }

 a { background-color: rgb(112,7,77); }

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

border-color css

<style>
 span { border-color: #70074D; }

 span { border-color: rgb(112,7,77); }

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