Html Css Color HEX #700640 Tyrian Purple

📋 copy color: '#700640'

red 112 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #700640

Tints of Tyrian Purple #700640

RGB

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

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

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

R = 61.54%
G = 3.3%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#700640 (or 0x700640) is known color: Tyrian Purple. HEX triplet: 70, 06 and 40. RGB value is (112,6,64). Sum of RGB (Red+Green+Blue) = 112+6+64=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700640 is #8FF9BF. Grayscale: #2C2C2C. Windows color (decimal): -9435584 or 4195952. OLE color: 4195952.

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

Color convert

RGB 112 6 64 -
CMYK 0 0.95 0.43 0.56
HSL 327.17º 0.9% 0.23% -
HSV(B) 327.17º 0.95% 0.44% -
XYZ 7.67 3.95 5.21 -
YUV 44.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 112 6 64 0 0.95 0.43 0.56 327.17 0.9 0.23
Hex 70 6 40 0 5F 2B 38 147 5A 17
Octal 160 6 100 0 137 53 70 507 132 27
Binary 1110000 110 1000000 0 1011111 101011 111000 101000111 1011010 10111

Color Harmonies of #700640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700640

Black with #700640

Text Example


Text Example

White with #700640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700640; }

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

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

background-color css

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

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

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

border-color css

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

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

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