Html Css Color HEX #700042 Tyrian Purple

📋 copy color: '#700042'

red 112 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #700042

Tints of Tyrian Purple #700042

RGB

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

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

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

R = 62.92%
G = 0%
B = 37.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#700042 (or 0x700042) is known color: Tyrian Purple. HEX triplet: 70, 00 and 42. RGB value is (112,0,66). Sum of RGB (Red+Green+Blue) = 112+0+66=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700042 is #8FFFBD. Grayscale: #282828. Windows color (decimal): -9437118 or 4325488. OLE color: 4325488.

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

Color convert

RGB 112 0 66 -
CMYK 0 1 0.41 0.56
HSL 324.64º 1% 0.22% -
HSV(B) 324.64º 1% 0.44% -
XYZ 7.67 3.84 5.49 -
YUV 41.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 112 0 66 0 1 0.41 0.56 324.64 1 0.22
Hex 70 0 42 0 64 29 38 145 64 16
Octal 160 0 102 0 144 51 70 505 144 26
Binary 1110000 0 1000010 0 1100100 101001 111000 101000101 1100100 10110

Color Harmonies of #700042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700042

Black with #700042

Text Example


Text Example

White with #700042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700042; }

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

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

background-color css

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

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

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

border-color css

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

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

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