Html Css Color HEX #700336 Tyrian Purple

📋 copy color: '#700336'

red 112 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #700336

Tints of Tyrian Purple #700336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 66.27%
G = 1.78%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#700336 (or 0x700336) is known color: Tyrian Purple. HEX triplet: 70, 03 and 36. RGB value is (112,3,54). Sum of RGB (Red+Green+Blue) = 112+3+54=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700336 is #8FFCC9. Grayscale: #292929. Windows color (decimal): -9436362 or 3539824. OLE color: 3539824.

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

Color convert

RGB 112 3 54 -
CMYK 0 0.97 0.52 0.56
HSL 331.93º 0.95% 0.23% -
HSV(B) 331.93º 0.97% 0.44% -
XYZ 7.38 3.78 3.83 -
YUV 41.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 112 3 54 0 0.97 0.52 0.56 331.93 0.95 0.23
Hex 70 3 36 0 61 34 38 14C 5F 17
Octal 160 3 66 0 141 64 70 514 137 27
Binary 1110000 11 110110 0 1100001 110100 111000 101001100 1011111 10111

Color Harmonies of #700336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700336

Black with #700336

Text Example


Text Example

White with #700336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700336; }

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

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

background-color css

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

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

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

border-color css

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

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

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