Html Css Color HEX #700A4B Tyrian Purple

📋 copy color: '#700A4B'

red 112 ◦ green 10 ◦ blue 75

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

Shades of Tyrian Purple #700A4B

Tints of Tyrian Purple #700A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 56.85%
G = 5.08%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#700A4B (or 0x700A4B) is known color: Tyrian Purple. HEX triplet: 70, 0A and 4B. RGB value is (112,10,75). Sum of RGB (Red+Green+Blue) = 112+10+75=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A4B is #8FF5B4. Grayscale: #2F2F2F. Windows color (decimal): -9434549 or 4917872. OLE color: 4917872.

HSL color Cylindrical-coordinate representation of color #700A4B: hue angle of 321.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A4B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 75 -
CMYK 0 0.91 0.33 0.56
HSL 321.76º 0.84% 0.24% -
HSV(B) 321.76º 0.91% 0.44% -
XYZ 8.06 4.17 7.04 -
YUV 47.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 112 10 75 0 0.91 0.33 0.56 321.76 0.84 0.24
Hex 70 A 4B 0 5B 21 38 142 54 18
Octal 160 12 113 0 133 41 70 502 124 30
Binary 1110000 1010 1001011 0 1011011 100001 111000 101000010 1010100 11000

Color Harmonies of #700A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A4B

Black with #700A4B

Text Example


Text Example

White with #700A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A4B; }

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

 H1.HeaderClassName
 {
   color: #700A4B;
 }
 .AnyTagClassName
 {
   color: #700A4B;
 }
</style>

background-color css

<style>
 a { background-color: #700A4B; }

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

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

border-color css

<style>
 span { border-color: #700A4B; }

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

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