Html Css Color HEX #70054E Tyrian Purple

📋 copy color: '#70054E'

red 112 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #70054E

Tints of Tyrian Purple #70054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 57.44%
G = 2.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70054E (or 0x70054E) is known color: Tyrian Purple. HEX triplet: 70, 05 and 4E. RGB value is (112,5,78). Sum of RGB (Red+Green+Blue) = 112+5+78=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70054E is #8FFAB1. Grayscale: #2D2D2D. Windows color (decimal): -9435826 or 5113200. OLE color: 5113200.

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

Color convert

RGB 112 5 78 -
CMYK 0 0.96 0.30 0.56
HSL 319.07º 0.91% 0.23% -
HSV(B) 319.07º 0.96% 0.44% -
XYZ 8.11 4.1 7.57 -
YUV 45.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 112 5 78 0 0.96 0.30 0.56 319.07 0.91 0.23
Hex 70 5 4E 0 60 1E 38 13F 5B 17
Octal 160 5 116 0 140 36 70 477 133 27
Binary 1110000 101 1001110 0 1100000 11110 111000 100111111 1011011 10111

Color Harmonies of #70054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70054E

Black with #70054E

Text Example


Text Example

White with #70054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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