Html Css Color HEX #700346 Tyrian Purple

📋 copy color: '#700346'

red 112 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #700346

Tints of Tyrian Purple #700346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 60.54%
G = 1.62%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700346 (or 0x700346) is known color: Tyrian Purple. HEX triplet: 70, 03 and 46. RGB value is (112,3,70). Sum of RGB (Red+Green+Blue) = 112+3+70=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700346 is #8FFCB9. Grayscale: #2B2B2B. Windows color (decimal): -9436346 or 4588400. OLE color: 4588400.

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

Color convert

RGB 112 3 70 -
CMYK 0 0.97 0.38 0.56
HSL 323.12º 0.95% 0.23% -
HSV(B) 323.12º 0.97% 0.44% -
XYZ 7.82 3.95 6.15 -
YUV 43.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 112 3 70 0 0.97 0.38 0.56 323.12 0.95 0.23
Hex 70 3 46 0 61 26 38 143 5F 17
Octal 160 3 106 0 141 46 70 503 137 27
Binary 1110000 11 1000110 0 1100001 100110 111000 101000011 1011111 10111

Color Harmonies of #700346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700346

Black with #700346

Text Example


Text Example

White with #700346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700346; }

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

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

background-color css

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

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

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

border-color css

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

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

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