Html Css Color HEX #700345 Tyrian Purple

📋 copy color: '#700345'

red 112 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #700345

Tints of Tyrian Purple #700345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 60.87%
G = 1.63%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700345 (or 0x700345) is known color: Tyrian Purple. HEX triplet: 70, 03 and 45. RGB value is (112,3,69). Sum of RGB (Red+Green+Blue) = 112+3+69=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700345 is #8FFCBA. Grayscale: #2A2A2A. Windows color (decimal): -9436347 or 4522864. OLE color: 4522864.

HSL color Cylindrical-coordinate representation of color #700345: hue angle of 323.67º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700345 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 69 -
CMYK 0 0.97 0.38 0.56
HSL 323.67º 0.95% 0.23% -
HSV(B) 323.67º 0.97% 0.44% -
XYZ 7.79 3.94 5.98 -
YUV 43.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 112 3 69 0 0.97 0.38 0.56 323.67 0.95 0.23
Hex 70 3 45 0 61 26 38 144 5F 17
Octal 160 3 105 0 141 46 70 504 137 27
Binary 1110000 11 1000101 0 1100001 100110 111000 101000100 1011111 10111

Color Harmonies of #700345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700345

Black with #700345

Text Example


Text Example

White with #700345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700345; }

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

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

background-color css

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

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

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

border-color css

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

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

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