Html Css Color HEX #700441 Tyrian Purple

📋 copy color: '#700441'

red 112 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #700441

Tints of Tyrian Purple #700441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

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

R = 61.88%
G = 2.21%
B = 35.91%

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

#700441 (or 0x700441) is known color: Tyrian Purple. HEX triplet: 70, 04 and 41. RGB value is (112,4,65). Sum of RGB (Red+Green+Blue) = 112+4+65=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700441 is #8FFBBE. Grayscale: #2B2B2B. Windows color (decimal): -9436095 or 4260976. OLE color: 4260976.

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

Color convert

RGB 112 4 65 -
CMYK 0 0.96 0.42 0.56
HSL 326.11º 0.93% 0.23% -
HSV(B) 326.11º 0.96% 0.44% -
XYZ 7.68 3.91 5.35 -
YUV 43.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 112 4 65 0 0.96 0.42 0.56 326.11 0.93 0.23
Hex 70 4 41 0 60 2A 38 146 5D 17
Octal 160 4 101 0 140 52 70 506 135 27
Binary 1110000 100 1000001 0 1100000 101010 111000 101000110 1011101 10111

Color Harmonies of #700441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700441

Black with #700441

Text Example


Text Example

White with #700441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700441; }

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

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

background-color css

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

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

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

border-color css

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

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

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