Html Css Color HEX #700643 Tyrian Purple

📋 copy color: '#700643'

red 112 ◦ green 6 ◦ blue 67

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

Shades of Tyrian Purple #700643

Tints of Tyrian Purple #700643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.24%

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

R = 60.54%
G = 3.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#700643 (or 0x700643) is known color: Tyrian Purple. HEX triplet: 70, 06 and 43. RGB value is (112,6,67). Sum of RGB (Red+Green+Blue) = 112+6+67=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700643 is #8FF9BC. Grayscale: #2C2C2C. Windows color (decimal): -9435581 or 4392560. OLE color: 4392560.

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

Color convert

RGB 112 6 67 -
CMYK 0 0.95 0.40 0.56
HSL 325.47º 0.9% 0.23% -
HSV(B) 325.47º 0.95% 0.44% -
XYZ 7.76 3.98 5.67 -
YUV 44.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 112 6 67 0 0.95 0.40 0.56 325.47 0.9 0.23
Hex 70 6 43 0 5F 28 38 145 5A 17
Octal 160 6 103 0 137 50 70 505 132 27
Binary 1110000 110 1000011 0 1011111 101000 111000 101000101 1011010 10111

Color Harmonies of #700643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700643

Black with #700643

Text Example


Text Example

White with #700643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700643; }

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

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

background-color css

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

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

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

border-color css

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

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

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