Html Css Color HEX #700647 Tyrian Purple

📋 copy color: '#700647'

red 112 ◦ green 6 ◦ blue 71

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

Shades of Tyrian Purple #700647

Tints of Tyrian Purple #700647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.57%

R = 59.26%
G = 3.17%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#700647 (or 0x700647) is known color: Tyrian Purple. HEX triplet: 70, 06 and 47. RGB value is (112,6,71). Sum of RGB (Red+Green+Blue) = 112+6+71=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700647 is #8FF9B8. Grayscale: #2C2C2C. Windows color (decimal): -9435577 or 4654704. OLE color: 4654704.

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

Color convert

RGB 112 6 71 -
CMYK 0 0.95 0.37 0.56
HSL 323.21º 0.9% 0.23% -
HSV(B) 323.21º 0.95% 0.44% -
XYZ 7.88 4.03 6.32 -
YUV 45.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 112 6 71 0 0.95 0.37 0.56 323.21 0.9 0.23
Hex 70 6 47 0 5F 25 38 143 5A 17
Octal 160 6 107 0 137 45 70 503 132 27
Binary 1110000 110 1000111 0 1011111 100101 111000 101000011 1011010 10111

Color Harmonies of #700647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700647

Black with #700647

Text Example


Text Example

White with #700647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700647; }

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

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

background-color css

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

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

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

border-color css

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

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

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