Html Css Color HEX #700741 Tyrian Purple

📋 copy color: '#700741'

red 112 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #700741

Tints of Tyrian Purple #700741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 60.87%
G = 3.8%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#700741 (or 0x700741) is known color: Tyrian Purple. HEX triplet: 70, 07 and 41. RGB value is (112,7,65). Sum of RGB (Red+Green+Blue) = 112+7+65=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700741 is #8FF8BE. Grayscale: #2C2C2C. Windows color (decimal): -9435327 or 4261744. OLE color: 4261744.

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

Color convert

RGB 112 7 65 -
CMYK 0 0.94 0.42 0.56
HSL 326.86º 0.88% 0.23% -
HSV(B) 326.86º 0.94% 0.44% -
XYZ 7.71 3.98 5.36 -
YUV 45.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 112 7 65 0 0.94 0.42 0.56 326.86 0.88 0.23
Hex 70 7 41 0 5E 2A 38 147 58 17
Octal 160 7 101 0 136 52 70 507 130 27
Binary 1110000 111 1000001 0 1011110 101010 111000 101000111 1011000 10111

Color Harmonies of #700741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700741

Black with #700741

Text Example


Text Example

White with #700741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700741; }

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

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

background-color css

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

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

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

border-color css

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

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

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