Html Css Color HEX #70025A Tyrian Purple

📋 copy color: '#70025A'

red 112 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #70025A

Tints of Tyrian Purple #70025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 54.9%
G = 0.98%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70025A (or 0x70025A) is known color: Tyrian Purple. HEX triplet: 70, 02 and 5A. RGB value is (112,2,90). Sum of RGB (Red+Green+Blue) = 112+2+90=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70025A is #8FFDA5. Grayscale: #2C2C2C. Windows color (decimal): -9436582 or 5898864. OLE color: 5898864.

HSL color Cylindrical-coordinate representation of color #70025A: hue angle of 312º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70025A is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 90 -
CMYK 0 0.98 0.20 0.56
HSL 312º 0.96% 0.22% -
HSV(B) 312º 0.98% 0.44% -
XYZ 8.55 4.23 10.04 -
YUV 44.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 112 2 90 0 0.98 0.20 0.56 312 0.96 0.22
Hex 70 2 5A 0 62 14 38 138 60 16
Octal 160 2 132 0 142 24 70 470 140 26
Binary 1110000 10 1011010 0 1100010 10100 111000 100111000 1100000 10110

Color Harmonies of #70025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70025A

Black with #70025A

Text Example


Text Example

White with #70025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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