Html Css Color HEX #70054D Tyrian Purple

📋 copy color: '#70054D'

red 112 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #70054D

Tints of Tyrian Purple #70054D

RGB

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

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

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

R = 57.73%
G = 2.58%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70054D (or 0x70054D) is known color: Tyrian Purple. HEX triplet: 70, 05 and 4D. RGB value is (112,5,77). Sum of RGB (Red+Green+Blue) = 112+5+77=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70054D is #8FFAB2. Grayscale: #2D2D2D. Windows color (decimal): -9435827 or 5047664. OLE color: 5047664.

HSL color Cylindrical-coordinate representation of color #70054D: hue angle of 319.63º 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 #70054D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 77 -
CMYK 0 0.96 0.31 0.56
HSL 319.63º 0.91% 0.23% -
HSV(B) 319.63º 0.96% 0.44% -
XYZ 8.08 4.09 7.38 -
YUV 45.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 112 5 77 0 0.96 0.31 0.56 319.63 0.91 0.23
Hex 70 5 4D 0 60 1F 38 140 5B 17
Octal 160 5 115 0 140 37 70 500 133 27
Binary 1110000 101 1001101 0 1100000 11111 111000 101000000 1011011 10111

Color Harmonies of #70054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70054D

Black with #70054D

Text Example


Text Example

White with #70054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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