Html Css Color HEX #700A4C Tyrian Purple

📋 copy color: '#700A4C'

red 112 ◦ green 10 ◦ blue 76

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

Shades of Tyrian Purple #700A4C

Tints of Tyrian Purple #700A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 56.57%
G = 5.05%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#700A4C (or 0x700A4C) is known color: Tyrian Purple. HEX triplet: 70, 0A and 4C. RGB value is (112,10,76). Sum of RGB (Red+Green+Blue) = 112+10+76=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A4C is #8FF5B3. Grayscale: #2F2F2F. Windows color (decimal): -9434548 or 4983408. OLE color: 4983408.

HSL color Cylindrical-coordinate representation of color #700A4C: hue angle of 321.18º 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 #700A4C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 76 -
CMYK 0 0.91 0.32 0.56
HSL 321.18º 0.84% 0.24% -
HSV(B) 321.18º 0.91% 0.44% -
XYZ 8.1 4.18 7.22 -
YUV 48.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 112 10 76 0 0.91 0.32 0.56 321.18 0.84 0.24
Hex 70 A 4C 0 5B 20 38 141 54 18
Octal 160 12 114 0 133 40 70 501 124 30
Binary 1110000 1010 1001100 0 1011011 100000 111000 101000001 1010100 11000

Color Harmonies of #700A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A4C

Black with #700A4C

Text Example


Text Example

White with #700A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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