Html Css Color HEX #700045 Tyrian Purple

📋 copy color: '#700045'

red 112 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #700045

Tints of Tyrian Purple #700045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.12%

R = 61.88%
G = 0%
B = 38.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700045 (or 0x700045) is known color: Tyrian Purple. HEX triplet: 70, 00 and 45. RGB value is (112,0,69). Sum of RGB (Red+Green+Blue) = 112+0+69=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700045 is #8FFFBA. Grayscale: #292929. Windows color (decimal): -9437115 or 4522096. OLE color: 4522096.

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

Color convert

RGB 112 0 69 -
CMYK 0 1 0.38 0.56
HSL 323.04º 1% 0.22% -
HSV(B) 323.04º 1% 0.44% -
XYZ 7.76 3.87 5.97 -
YUV 41.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 112 0 69 0 1 0.38 0.56 323.04 1 0.22
Hex 70 0 45 0 64 26 38 143 64 16
Octal 160 0 105 0 144 46 70 503 144 26
Binary 1110000 0 1000101 0 1100100 100110 111000 101000011 1100100 10110

Color Harmonies of #700045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700045

Black with #700045

Text Example


Text Example

White with #700045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700045; }

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

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

background-color css

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

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

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

border-color css

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

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

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