Html Css Color HEX #700154 Tyrian Purple

📋 copy color: '#700154'

red 112 ◦ green 1 ◦ blue 84

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

Shades of Tyrian Purple #700154

Tints of Tyrian Purple #700154

RGB

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

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

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

R = 56.85%
G = 0.51%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#700154 (or 0x700154) is known color: Tyrian Purple. HEX triplet: 70, 01 and 54. RGB value is (112,1,84). Sum of RGB (Red+Green+Blue) = 112+1+84=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700154 is #8FFEAB. Grayscale: #2B2B2B. Windows color (decimal): -9436844 or 5505392. OLE color: 5505392.

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

Color convert

RGB 112 1 84 -
CMYK 0 0.99 0.25 0.56
HSL 315.14º 0.98% 0.22% -
HSV(B) 315.14º 0.99% 0.44% -
XYZ 8.29 4.11 8.74 -
YUV 43.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 112 1 84 0 0.99 0.25 0.56 315.14 0.98 0.22
Hex 70 1 54 0 63 19 38 13B 62 16
Octal 160 1 124 0 143 31 70 473 142 26
Binary 1110000 1 1010100 0 1100011 11001 111000 100111011 1100010 10110

Color Harmonies of #700154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700154

Black with #700154

Text Example


Text Example

White with #700154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700154; }

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

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

background-color css

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

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

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

border-color css

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

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

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