Html Css Color HEX #70005B Tyrian Purple

📋 copy color: '#70005B'

red 112 ◦ green 0 ◦ blue 91

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

Shades of Tyrian Purple #70005B

Tints of Tyrian Purple #70005B

RGB

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

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

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

R = 55.17%
G = 0%
B = 44.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70005B (or 0x70005B) is known color: Tyrian Purple. HEX triplet: 70, 00 and 5B. RGB value is (112,0,91). Sum of RGB (Red+Green+Blue) = 112+0+91=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005B is #8FFFA4. Grayscale: #2B2B2B. Windows color (decimal): -9437093 or 5963888. OLE color: 5963888.

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

Color convert

RGB 112 0 91 -
CMYK 0 1 0.19 0.56
HSL 311.25º 1% 0.22% -
HSV(B) 311.25º 1% 0.44% -
XYZ 8.57 4.2 10.26 -
YUV 43.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 112 0 91 0 1 0.19 0.56 311.25 1 0.22
Hex 70 0 5B 0 64 13 38 137 64 16
Octal 160 0 133 0 144 23 70 467 144 26
Binary 1110000 0 1011011 0 1100100 10011 111000 100110111 1100100 10110

Color Harmonies of #70005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70005B

Black with #70005B

Text Example


Text Example

White with #70005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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