Html Css Color HEX #700044 Tyrian Purple

📋 copy color: '#700044'

red 112 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #700044

Tints of Tyrian Purple #700044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.78%

R = 62.22%
G = 0%
B = 37.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#700044 (or 0x700044) is known color: Tyrian Purple. HEX triplet: 70, 00 and 44. RGB value is (112,0,68). Sum of RGB (Red+Green+Blue) = 112+0+68=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700044 is #8FFFBB. Grayscale: #292929. Windows color (decimal): -9437116 or 4456560. OLE color: 4456560.

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

Color convert

RGB 112 0 68 -
CMYK 0 1 0.39 0.56
HSL 323.57º 1% 0.22% -
HSV(B) 323.57º 1% 0.44% -
XYZ 7.73 3.86 5.81 -
YUV 41.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 112 0 68 0 1 0.39 0.56 323.57 1 0.22
Hex 70 0 44 0 64 27 38 144 64 16
Octal 160 0 104 0 144 47 70 504 144 26
Binary 1110000 0 1000100 0 1100100 100111 111000 101000100 1100100 10110

Color Harmonies of #700044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700044

Black with #700044

Text Example


Text Example

White with #700044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700044; }

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

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

background-color css

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

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

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

border-color css

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

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

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