Html Css Color HEX #700041 Tyrian Purple

📋 copy color: '#700041'

red 112 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #700041

Tints of Tyrian Purple #700041

RGB

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

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

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

R = 63.28%
G = 0%
B = 36.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#700041 (or 0x700041) is known color: Tyrian Purple. HEX triplet: 70, 00 and 41. RGB value is (112,0,65). Sum of RGB (Red+Green+Blue) = 112+0+65=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #700041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700041 is #8FFFBE. Grayscale: #282828. Windows color (decimal): -9437119 or 4259952. OLE color: 4259952.

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

Color convert

RGB 112 0 65 -
CMYK 0 1 0.42 0.56
HSL 325.18º 1% 0.22% -
HSV(B) 325.18º 1% 0.44% -
XYZ 7.64 3.83 5.34 -
YUV 40.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 112 0 65 0 1 0.42 0.56 325.18 1 0.22
Hex 70 0 41 0 64 2A 38 145 64 16
Octal 160 0 101 0 144 52 70 505 144 26
Binary 1110000 0 1000001 0 1100100 101010 111000 101000101 1100100 10110

Color Harmonies of #700041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700041

Black with #700041

Text Example


Text Example

White with #700041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700041; }

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

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

background-color css

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

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

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

border-color css

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

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

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