Html Css Color HEX #700146 Tyrian Purple

📋 copy color: '#700146'

red 112 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #700146

Tints of Tyrian Purple #700146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 61.2%
G = 0.55%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700146 (or 0x700146) is known color: Tyrian Purple. HEX triplet: 70, 01 and 46. RGB value is (112,1,70). Sum of RGB (Red+Green+Blue) = 112+1+70=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700146 is #8FFEB9. Grayscale: #292929. Windows color (decimal): -9436858 or 4587888. OLE color: 4587888.

HSL color Cylindrical-coordinate representation of color #700146: hue angle of 322.7º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700146 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 70 -
CMYK 0 0.99 0.38 0.56
HSL 322.7º 0.98% 0.22% -
HSV(B) 322.7º 0.99% 0.44% -
XYZ 7.8 3.91 6.14 -
YUV 42.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 112 1 70 0 0.99 0.38 0.56 322.7 0.98 0.22
Hex 70 1 46 0 63 26 38 143 62 16
Octal 160 1 106 0 143 46 70 503 142 26
Binary 1110000 1 1000110 0 1100011 100110 111000 101000011 1100010 10110

Color Harmonies of #700146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700146

Black with #700146

Text Example


Text Example

White with #700146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700146; }

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

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

background-color css

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

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

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

border-color css

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

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

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