Html Css Color HEX #70025B Tyrian Purple

📋 copy color: '#70025B'

red 112 ◦ green 2 ◦ blue 91

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

Shades of Tyrian Purple #70025B

Tints of Tyrian Purple #70025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 54.63%
G = 0.98%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70025B (or 0x70025B) is known color: Tyrian Purple. HEX triplet: 70, 02 and 5B. RGB value is (112,2,91). Sum of RGB (Red+Green+Blue) = 112+2+91=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70025B is #8FFDA4. Grayscale: #2C2C2C. Windows color (decimal): -9436581 or 5964400. OLE color: 5964400.

HSL color Cylindrical-coordinate representation of color #70025B: hue angle of 311.45º 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 #70025B is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 91 -
CMYK 0 0.98 0.19 0.56
HSL 311.45º 0.96% 0.22% -
HSV(B) 311.45º 0.98% 0.44% -
XYZ 8.59 4.24 10.26 -
YUV 45.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 112 2 91 0 0.98 0.19 0.56 311.45 0.96 0.22
Hex 70 2 5B 0 62 13 38 137 60 16
Octal 160 2 133 0 142 23 70 467 140 26
Binary 1110000 10 1011011 0 1100010 10011 111000 100110111 1100000 10110

Color Harmonies of #70025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70025B

Black with #70025B

Text Example


Text Example

White with #70025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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