Html Css Color HEX #700651 Tyrian Purple

📋 copy color: '#700651'

red 112 ◦ green 6 ◦ blue 81

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

Shades of Tyrian Purple #700651

Tints of Tyrian Purple #700651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 56.28%
G = 3.02%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#700651 (or 0x700651) is known color: Tyrian Purple. HEX triplet: 70, 06 and 51. RGB value is (112,6,81). Sum of RGB (Red+Green+Blue) = 112+6+81=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700651 is #8FF9AE. Grayscale: #2E2E2E. Windows color (decimal): -9435567 or 5310064. OLE color: 5310064.

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

Color convert

RGB 112 6 81 -
CMYK 0 0.95 0.28 0.56
HSL 317.55º 0.9% 0.23% -
HSV(B) 317.55º 0.95% 0.44% -
XYZ 8.23 4.17 8.16 -
YUV 46.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 112 6 81 0 0.95 0.28 0.56 317.55 0.9 0.23
Hex 70 6 51 0 5F 1C 38 13E 5A 17
Octal 160 6 121 0 137 34 70 476 132 27
Binary 1110000 110 1010001 0 1011111 11100 111000 100111110 1011010 10111

Color Harmonies of #700651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700651

Black with #700651

Text Example


Text Example

White with #700651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700651; }

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

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

background-color css

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

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

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

border-color css

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

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

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