Html Css Color HEX #700437 Tyrian Purple

📋 copy color: '#700437'

red 112 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #700437

Tints of Tyrian Purple #700437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 65.5%
G = 2.34%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700437 (or 0x700437) is known color: Tyrian Purple. HEX triplet: 70, 04 and 37. RGB value is (112,4,55). Sum of RGB (Red+Green+Blue) = 112+4+55=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700437 is #8FFBC8. Grayscale: #2A2A2A. Windows color (decimal): -9436105 or 3605616. OLE color: 3605616.

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

Color convert

RGB 112 4 55 -
CMYK 0 0.96 0.51 0.56
HSL 331.67º 0.93% 0.23% -
HSV(B) 331.67º 0.96% 0.44% -
XYZ 7.42 3.81 3.96 -
YUV 42.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 112 4 55 0 0.96 0.51 0.56 331.67 0.93 0.23
Hex 70 4 37 0 60 33 38 14C 5D 17
Octal 160 4 67 0 140 63 70 514 135 27
Binary 1110000 100 110111 0 1100000 110011 111000 101001100 1011101 10111

Color Harmonies of #700437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700437

Black with #700437

Text Example


Text Example

White with #700437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700437; }

 p { color: rgb(112,4,55); }

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

background-color css

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

 a { background-color: rgb(112,4,55); }

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

border-color css

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

 span { border-color: rgb(112,4,55); }

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