Html Css Color HEX #700541 Tyrian Purple

📋 copy color: '#700541'

red 112 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #700541

Tints of Tyrian Purple #700541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 61.54%
G = 2.75%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#700541 (or 0x700541) is known color: Tyrian Purple. HEX triplet: 70, 05 and 41. RGB value is (112,5,65). Sum of RGB (Red+Green+Blue) = 112+5+65=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700541 is #8FFABE. Grayscale: #2B2B2B. Windows color (decimal): -9435839 or 4261232. OLE color: 4261232.

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

Color convert

RGB 112 5 65 -
CMYK 0 0.96 0.42 0.56
HSL 326.36º 0.91% 0.23% -
HSV(B) 326.36º 0.96% 0.44% -
XYZ 7.69 3.93 5.36 -
YUV 43.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 112 5 65 0 0.96 0.42 0.56 326.36 0.91 0.23
Hex 70 5 41 0 60 2A 38 146 5B 17
Octal 160 5 101 0 140 52 70 506 133 27
Binary 1110000 101 1000001 0 1100000 101010 111000 101000110 1011011 10111

Color Harmonies of #700541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700541

Black with #700541

Text Example


Text Example

White with #700541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700541; }

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

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

background-color css

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

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

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

border-color css

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

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

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