Html Css Color HEX #700934 Tyrian Purple

📋 copy color: '#700934'

red 112 ◦ green 9 ◦ blue 52

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

Shades of Tyrian Purple #700934

Tints of Tyrian Purple #700934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 64.74%
G = 5.2%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700934 (or 0x700934) is known color: Tyrian Purple. HEX triplet: 70, 09 and 34. RGB value is (112,9,52). Sum of RGB (Red+Green+Blue) = 112+9+52=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700934 is #8FF6CB. Grayscale: #2C2C2C. Windows color (decimal): -9434828 or 3410288. OLE color: 3410288.

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

Color convert

RGB 112 9 52 -
CMYK 0 0.92 0.54 0.56
HSL 334.95º 0.85% 0.24% -
HSV(B) 334.95º 0.92% 0.44% -
XYZ 7.4 3.89 3.61 -
YUV 44.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 112 9 52 0 0.92 0.54 0.56 334.95 0.85 0.24
Hex 70 9 34 0 5C 36 38 14F 55 18
Octal 160 11 64 0 134 66 70 517 125 30
Binary 1110000 1001 110100 0 1011100 110110 111000 101001111 1010101 11000

Color Harmonies of #700934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700934

Black with #700934

Text Example


Text Example

White with #700934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700934; }

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

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

background-color css

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

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

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

border-color css

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

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

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