Html Css Color HEX #700540 Tyrian Purple

📋 copy color: '#700540'

red 112 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #700540

Tints of Tyrian Purple #700540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 61.88%
G = 2.76%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#700540 (or 0x700540) is known color: Tyrian Purple. HEX triplet: 70, 05 and 40. RGB value is (112,5,64). Sum of RGB (Red+Green+Blue) = 112+5+64=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700540 is #8FFABF. Grayscale: #2B2B2B. Windows color (decimal): -9435840 or 4195696. OLE color: 4195696.

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

Color convert

RGB 112 5 64 -
CMYK 0 0.96 0.43 0.56
HSL 326.92º 0.91% 0.23% -
HSV(B) 326.92º 0.96% 0.44% -
XYZ 7.66 3.92 5.2 -
YUV 43.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 112 5 64 0 0.96 0.43 0.56 326.92 0.91 0.23
Hex 70 5 40 0 60 2B 38 147 5B 17
Octal 160 5 100 0 140 53 70 507 133 27
Binary 1110000 101 1000000 0 1100000 101011 111000 101000111 1011011 10111

Color Harmonies of #700540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700540

Black with #700540

Text Example


Text Example

White with #700540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700540; }

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

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

background-color css

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

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

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

border-color css

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

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

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