Html Css Color HEX #700554 Tyrian Purple

📋 copy color: '#700554'

red 112 ◦ green 5 ◦ blue 84

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

Shades of Tyrian Purple #700554

Tints of Tyrian Purple #700554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 55.72%
G = 2.49%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#700554 (or 0x700554) is known color: Tyrian Purple. HEX triplet: 70, 05 and 54. RGB value is (112,5,84). Sum of RGB (Red+Green+Blue) = 112+5+84=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700554 is #8FFAAB. Grayscale: #2D2D2D. Windows color (decimal): -9435820 or 5506416. OLE color: 5506416.

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

Color convert

RGB 112 5 84 -
CMYK 0 0.96 0.25 0.56
HSL 315.7º 0.91% 0.23% -
HSV(B) 315.7º 0.96% 0.44% -
XYZ 8.34 4.19 8.76 -
YUV 46 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 112 5 84 0 0.96 0.25 0.56 315.7 0.91 0.23
Hex 70 5 54 0 60 19 38 13C 5B 17
Octal 160 5 124 0 140 31 70 474 133 27
Binary 1110000 101 1010100 0 1100000 11001 111000 100111100 1011011 10111

Color Harmonies of #700554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700554

Black with #700554

Text Example


Text Example

White with #700554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700554; }

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

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

background-color css

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

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

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

border-color css

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

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

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