Html Css Color HEX #700843 Tyrian Purple

📋 copy color: '#700843'

red 112 ◦ green 8 ◦ blue 67

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

Shades of Tyrian Purple #700843

Tints of Tyrian Purple #700843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 59.89%
G = 4.28%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#700843 (or 0x700843) is known color: Tyrian Purple. HEX triplet: 70, 08 and 43. RGB value is (112,8,67). Sum of RGB (Red+Green+Blue) = 112+8+67=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700843 is #8FF7BC. Grayscale: #2D2D2D. Windows color (decimal): -9435069 or 4393072. OLE color: 4393072.

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

Color convert

RGB 112 8 67 -
CMYK 0 0.93 0.40 0.56
HSL 325.96º 0.87% 0.24% -
HSV(B) 325.96º 0.93% 0.44% -
XYZ 7.78 4.02 5.68 -
YUV 45.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 112 8 67 0 0.93 0.40 0.56 325.96 0.87 0.24
Hex 70 8 43 0 5D 28 38 146 57 18
Octal 160 10 103 0 135 50 70 506 127 30
Binary 1110000 1000 1000011 0 1011101 101000 111000 101000110 1010111 11000

Color Harmonies of #700843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700843

Black with #700843

Text Example


Text Example

White with #700843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700843; }

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

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

background-color css

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

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

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

border-color css

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

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

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