Html Css Color HEX #700840 Tyrian Purple

📋 copy color: '#700840'

red 112 ◦ green 8 ◦ blue 64

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

Shades of Tyrian Purple #700840

Tints of Tyrian Purple #700840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 60.87%
G = 4.35%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#700840 (or 0x700840) is known color: Tyrian Purple. HEX triplet: 70, 08 and 40. RGB value is (112,8,64). Sum of RGB (Red+Green+Blue) = 112+8+64=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700840 is #8FF7BF. Grayscale: #2D2D2D. Windows color (decimal): -9435072 or 4196464. OLE color: 4196464.

HSL color Cylindrical-coordinate representation of color #700840: hue angle of 327.69º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700840 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 64 -
CMYK 0 0.93 0.43 0.56
HSL 327.69º 0.87% 0.24% -
HSV(B) 327.69º 0.93% 0.44% -
XYZ 7.69 3.99 5.21 -
YUV 45.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 112 8 64 0 0.93 0.43 0.56 327.69 0.87 0.24
Hex 70 8 40 0 5D 2B 38 148 57 18
Octal 160 10 100 0 135 53 70 510 127 30
Binary 1110000 1000 1000000 0 1011101 101011 111000 101001000 1010111 11000

Color Harmonies of #700840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700840

Black with #700840

Text Example


Text Example

White with #700840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700840; }

 p { color: rgb(112,8,64); }

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

background-color css

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

 a { background-color: rgb(112,8,64); }

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

border-color css

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

 span { border-color: rgb(112,8,64); }

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