Html Css Color HEX #700945 Tyrian Purple

📋 copy color: '#700945'

red 112 ◦ green 9 ◦ blue 69

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

Shades of Tyrian Purple #700945

Tints of Tyrian Purple #700945

RGB

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

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

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

R = 58.95%
G = 4.74%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700945 (or 0x700945) is known color: Tyrian Purple. HEX triplet: 70, 09 and 45. RGB value is (112,9,69). Sum of RGB (Red+Green+Blue) = 112+9+69=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700945 is #8FF6BA. Grayscale: #2E2E2E. Windows color (decimal): -9434811 or 4524400. OLE color: 4524400.

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

Color convert

RGB 112 9 69 -
CMYK 0 0.92 0.38 0.56
HSL 325.05º 0.85% 0.24% -
HSV(B) 325.05º 0.92% 0.44% -
XYZ 7.85 4.07 6 -
YUV 46.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 112 9 69 0 0.92 0.38 0.56 325.05 0.85 0.24
Hex 70 9 45 0 5C 26 38 145 55 18
Octal 160 11 105 0 134 46 70 505 125 30
Binary 1110000 1001 1000101 0 1011100 100110 111000 101000101 1010101 11000

Color Harmonies of #700945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700945

Black with #700945

Text Example


Text Example

White with #700945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700945; }

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

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

background-color css

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

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

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

border-color css

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

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

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