Html Css Color HEX #700354 Tyrian Purple

📋 copy color: '#700354'

red 112 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #700354

Tints of Tyrian Purple #700354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 56.28%
G = 1.51%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#700354 (or 0x700354) is known color: Tyrian Purple. HEX triplet: 70, 03 and 54. RGB value is (112,3,84). Sum of RGB (Red+Green+Blue) = 112+3+84=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700354 is #8FFCAB. Grayscale: #2C2C2C. Windows color (decimal): -9436332 or 5505904. OLE color: 5505904.

HSL color Cylindrical-coordinate representation of color #700354: hue angle of 315.41º 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 #700354 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 84 -
CMYK 0 0.97 0.25 0.56
HSL 315.41º 0.95% 0.23% -
HSV(B) 315.41º 0.97% 0.44% -
XYZ 8.31 4.15 8.75 -
YUV 44.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 112 3 84 0 0.97 0.25 0.56 315.41 0.95 0.23
Hex 70 3 54 0 61 19 38 13B 5F 17
Octal 160 3 124 0 141 31 70 473 137 27
Binary 1110000 11 1010100 0 1100001 11001 111000 100111011 1011111 10111

Color Harmonies of #700354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700354

Black with #700354

Text Example


Text Example

White with #700354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700354; }

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

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

background-color css

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

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

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

border-color css

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

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

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