Html Css Color HEX #70045A Tyrian Purple

📋 copy color: '#70045A'

red 112 ◦ green 4 ◦ blue 90

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

Shades of Tyrian Purple #70045A

Tints of Tyrian Purple #70045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 54.37%
G = 1.94%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70045A (or 0x70045A) is known color: Tyrian Purple. HEX triplet: 70, 04 and 5A. RGB value is (112,4,90). Sum of RGB (Red+Green+Blue) = 112+4+90=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045A is #8FFBA5. Grayscale: #2D2D2D. Windows color (decimal): -9436070 or 5899376. OLE color: 5899376.

HSL color Cylindrical-coordinate representation of color #70045A: hue angle of 312.22º degrees, saturation: 0.93, 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 #70045A is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 90 -
CMYK 0 0.96 0.20 0.56
HSL 312.22º 0.93% 0.23% -
HSV(B) 312.22º 0.96% 0.44% -
XYZ 8.57 4.27 10.05 -
YUV 46.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 112 4 90 0 0.96 0.20 0.56 312.22 0.93 0.23
Hex 70 4 5A 0 60 14 38 138 5D 17
Octal 160 4 132 0 140 24 70 470 135 27
Binary 1110000 100 1011010 0 1100000 10100 111000 100111000 1011101 10111

Color Harmonies of #70045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70045A

Black with #70045A

Text Example


Text Example

White with #70045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70045A; }

 p { color: rgb(112,4,90); }

 H1.HeaderClassName
 {
   color: #70045A;
 }
 .AnyTagClassName
 {
   color: #70045A;
 }
</style>

background-color css

<style>
 a { background-color: #70045A; }

 a { background-color: rgb(112,4,90); }

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

border-color css

<style>
 span { border-color: #70045A; }

 span { border-color: rgb(112,4,90); }

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