Html Css Color HEX #70004B Tyrian Purple

📋 copy color: '#70004B'

red 112 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #70004B

Tints of Tyrian Purple #70004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 59.89%
G = 0%
B = 40.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70004B (or 0x70004B) is known color: Tyrian Purple. HEX triplet: 70, 00 and 4B. RGB value is (112,0,75). Sum of RGB (Red+Green+Blue) = 112+0+75=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70004B is #8FFFB4. Grayscale: #292929. Windows color (decimal): -9437109 or 4915312. OLE color: 4915312.

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

Color convert

RGB 112 0 75 -
CMYK 0 1 0.33 0.56
HSL 319.82º 1% 0.22% -
HSV(B) 319.82º 1% 0.44% -
XYZ 7.95 3.95 7 -
YUV 42.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 112 0 75 0 1 0.33 0.56 319.82 1 0.22
Hex 70 0 4B 0 64 21 38 140 64 16
Octal 160 0 113 0 144 41 70 500 144 26
Binary 1110000 0 1001011 0 1100100 100001 111000 101000000 1100100 10110

Color Harmonies of #70004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70004B

Black with #70004B

Text Example


Text Example

White with #70004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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