Html Css Color HEX #700942 Tyrian Purple

📋 copy color: '#700942'

red 112 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #700942

Tints of Tyrian Purple #700942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 59.89%
G = 4.81%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#700942 (or 0x700942) is known color: Tyrian Purple. HEX triplet: 70, 09 and 42. RGB value is (112,9,66). Sum of RGB (Red+Green+Blue) = 112+9+66=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700942 is #8FF6BD. Grayscale: #2E2E2E. Windows color (decimal): -9434814 or 4327792. OLE color: 4327792.

HSL color Cylindrical-coordinate representation of color #700942: hue angle of 326.8º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700942 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 66 -
CMYK 0 0.92 0.41 0.56
HSL 326.8º 0.85% 0.24% -
HSV(B) 326.8º 0.92% 0.44% -
XYZ 7.76 4.03 5.52 -
YUV 46.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 112 9 66 0 0.92 0.41 0.56 326.8 0.85 0.24
Hex 70 9 42 0 5C 29 38 147 55 18
Octal 160 11 102 0 134 51 70 507 125 30
Binary 1110000 1001 1000010 0 1011100 101001 111000 101000111 1010101 11000

Color Harmonies of #700942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700942

Black with #700942

Text Example


Text Example

White with #700942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700942; }

 p { color: rgb(112,9,66); }

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

background-color css

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

 a { background-color: rgb(112,9,66); }

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

border-color css

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

 span { border-color: rgb(112,9,66); }

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