Html Css Color HEX #700040 Tyrian Purple

📋 copy color: '#700040'

red 112 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #700040

Tints of Tyrian Purple #700040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#700040 (or 0x700040) is known color: Tyrian Purple. HEX triplet: 70, 00 and 40. RGB value is (112,0,64). Sum of RGB (Red+Green+Blue) = 112+0+64=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #700040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700040 is #8FFFBF. Grayscale: #282828. Windows color (decimal): -9437120 or 4194416. OLE color: 4194416.

HSL color Cylindrical-coordinate representation of color #700040: hue angle of 325.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700040 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 64 -
CMYK 0 1 0.43 0.56
HSL 325.71º 1% 0.22% -
HSV(B) 325.71º 1% 0.44% -
XYZ 7.61 3.81 5.19 -
YUV 40.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 112 0 64 0 1 0.43 0.56 325.71 1 0.22
Hex 70 0 40 0 64 2B 38 146 64 16
Octal 160 0 100 0 144 53 70 506 144 26
Binary 1110000 0 1000000 0 1100100 101011 111000 101000110 1100100 10110

Color Harmonies of #700040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700040

Black with #700040

Text Example


Text Example

White with #700040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700040; }

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

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

background-color css

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

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

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

border-color css

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

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

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