Html Css Color HEX #70005D Tyrian Purple

📋 copy color: '#70005D'

red 112 ◦ green 0 ◦ blue 93

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

Shades of Tyrian Purple #70005D

Tints of Tyrian Purple #70005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 54.63%
G = 0%
B = 45.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70005D (or 0x70005D) is known color: Tyrian Purple. HEX triplet: 70, 00 and 5D. RGB value is (112,0,93). Sum of RGB (Red+Green+Blue) = 112+0+93=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005D is #8FFFA2. Grayscale: #2B2B2B. Windows color (decimal): -9437091 or 6094960. OLE color: 6094960.

HSL color Cylindrical-coordinate representation of color #70005D: hue angle of 310.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70005D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 93 -
CMYK 0 1 0.17 0.56
HSL 310.18º 1% 0.22% -
HSV(B) 310.18º 1% 0.44% -
XYZ 8.66 4.24 10.72 -
YUV 44.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 112 0 93 0 1 0.17 0.56 310.18 1 0.22
Hex 70 0 5D 0 64 11 38 136 64 16
Octal 160 0 135 0 144 21 70 466 144 26
Binary 1110000 0 1011101 0 1100100 10001 111000 100110110 1100100 10110

Color Harmonies of #70005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70005D

Black with #70005D

Text Example


Text Example

White with #70005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,0,93); }

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

background-color css

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

 a { background-color: rgb(112,0,93); }

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

border-color css

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

 span { border-color: rgb(112,0,93); }

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