Html Css Color HEX #700A50 Tyrian Purple

📋 copy color: '#700A50'

red 112 ◦ green 10 ◦ blue 80

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

Shades of Tyrian Purple #700A50

Tints of Tyrian Purple #700A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 55.45%
G = 4.95%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700A50 (or 0x700A50) is known color: Tyrian Purple. HEX triplet: 70, 0A and 50. RGB value is (112,10,80). Sum of RGB (Red+Green+Blue) = 112+10+80=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A50 is #8FF5AF. Grayscale: #303030. Windows color (decimal): -9434544 or 5245552. OLE color: 5245552.

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

Color convert

RGB 112 10 80 -
CMYK 0 0.91 0.29 0.56
HSL 318.82º 0.84% 0.24% -
HSV(B) 318.82º 0.91% 0.44% -
XYZ 8.24 4.24 7.97 -
YUV 48.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 112 10 80 0 0.91 0.29 0.56 318.82 0.84 0.24
Hex 70 A 50 0 5B 1D 38 13F 54 18
Octal 160 12 120 0 133 35 70 477 124 30
Binary 1110000 1010 1010000 0 1011011 11101 111000 100111111 1010100 11000

Color Harmonies of #700A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A50

Black with #700A50

Text Example


Text Example

White with #700A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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