Html Css Color HEX #700350 Tyrian Purple

📋 copy color: '#700350'

red 112 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #700350

Tints of Tyrian Purple #700350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 57.44%
G = 1.54%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700350 (or 0x700350) is known color: Tyrian Purple. HEX triplet: 70, 03 and 50. RGB value is (112,3,80). Sum of RGB (Red+Green+Blue) = 112+3+80=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #700350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700350 is #8FFCAF. Grayscale: #2C2C2C. Windows color (decimal): -9436336 or 5243760. OLE color: 5243760.

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

Color convert

RGB 112 3 80 -
CMYK 0 0.97 0.29 0.56
HSL 317.61º 0.95% 0.23% -
HSV(B) 317.61º 0.97% 0.44% -
XYZ 8.16 4.09 7.95 -
YUV 44.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 112 3 80 0 0.97 0.29 0.56 317.61 0.95 0.23
Hex 70 3 50 0 61 1D 38 13E 5F 17
Octal 160 3 120 0 141 35 70 476 137 27
Binary 1110000 11 1010000 0 1100001 11101 111000 100111110 1011111 10111

Color Harmonies of #700350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700350

Black with #700350

Text Example


Text Example

White with #700350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700350; }

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

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

background-color css

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

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

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

border-color css

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

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

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