Html Css Color HEX #700242 Tyrian Purple

📋 copy color: '#700242'

red 112 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #700242

Tints of Tyrian Purple #700242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 62.22%
G = 1.11%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#700242 (or 0x700242) is known color: Tyrian Purple. HEX triplet: 70, 02 and 42. RGB value is (112,2,66). Sum of RGB (Red+Green+Blue) = 112+2+66=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700242 is #8FFDBD. Grayscale: #2A2A2A. Windows color (decimal): -9436606 or 4326000. OLE color: 4326000.

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

Color convert

RGB 112 2 66 -
CMYK 0 0.98 0.41 0.56
HSL 325.09º 0.96% 0.22% -
HSV(B) 325.09º 0.98% 0.44% -
XYZ 7.69 3.88 5.5 -
YUV 42.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 112 2 66 0 0.98 0.41 0.56 325.09 0.96 0.22
Hex 70 2 42 0 62 29 38 145 60 16
Octal 160 2 102 0 142 51 70 505 140 26
Binary 1110000 10 1000010 0 1100010 101001 111000 101000101 1100000 10110

Color Harmonies of #700242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700242

Black with #700242

Text Example


Text Example

White with #700242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700242; }

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

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

background-color css

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

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

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

border-color css

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

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

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