Html Css Color HEX #700950 Tyrian Purple

📋 copy color: '#700950'

red 112 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #700950

Tints of Tyrian Purple #700950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 55.72%
G = 4.48%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700950 (or 0x700950) is known color: Tyrian Purple. HEX triplet: 70, 09 and 50. RGB value is (112,9,80). Sum of RGB (Red+Green+Blue) = 112+9+80=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700950 is #8FF6AF. Grayscale: #2F2F2F. Windows color (decimal): -9434800 or 5245296. OLE color: 5245296.

HSL color Cylindrical-coordinate representation of color #700950: hue angle of 318.64º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700950 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 80 -
CMYK 0 0.92 0.29 0.56
HSL 318.64º 0.85% 0.24% -
HSV(B) 318.64º 0.92% 0.44% -
XYZ 8.23 4.22 7.97 -
YUV 47.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 112 9 80 0 0.92 0.29 0.56 318.64 0.85 0.24
Hex 70 9 50 0 5C 1D 38 13F 55 18
Octal 160 11 120 0 134 35 70 477 125 30
Binary 1110000 1001 1010000 0 1011100 11101 111000 100111111 1010101 11000

Color Harmonies of #700950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700950

Black with #700950

Text Example


Text Example

White with #700950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700950; }

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

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

background-color css

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

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

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

border-color css

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

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

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