Html Css Color HEX #700A41 Tyrian Purple

📋 copy color: '#700A41'

red 112 ◦ green 10 ◦ blue 65

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

Shades of Tyrian Purple #700A41

Tints of Tyrian Purple #700A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

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

R = 59.89%
G = 5.35%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#700A41 (or 0x700A41) is known color: Tyrian Purple. HEX triplet: 70, 0A and 41. RGB value is (112,10,65). Sum of RGB (Red+Green+Blue) = 112+10+65=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A41 is #8FF5BE. Grayscale: #2E2E2E. Windows color (decimal): -9434559 or 4262512. OLE color: 4262512.

HSL color Cylindrical-coordinate representation of color #700A41: hue angle of 327.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A41 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 65 -
CMYK 0 0.91 0.42 0.56
HSL 327.65º 0.84% 0.24% -
HSV(B) 327.65º 0.91% 0.44% -
XYZ 7.74 4.04 5.37 -
YUV 46.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 112 10 65 0 0.91 0.42 0.56 327.65 0.84 0.24
Hex 70 A 41 0 5B 2A 38 148 54 18
Octal 160 12 101 0 133 52 70 510 124 30
Binary 1110000 1010 1000001 0 1011011 101010 111000 101001000 1010100 11000

Color Harmonies of #700A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A41

Black with #700A41

Text Example


Text Example

White with #700A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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