Html Css Color HEX #700637 Tyrian Purple

📋 copy color: '#700637'

red 112 ◦ green 6 ◦ blue 55

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

Shades of Tyrian Purple #700637

Tints of Tyrian Purple #700637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 64.74%
G = 3.47%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700637 (or 0x700637) is known color: Tyrian Purple. HEX triplet: 70, 06 and 37. RGB value is (112,6,55). Sum of RGB (Red+Green+Blue) = 112+6+55=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700637 is #8FF9C8. Grayscale: #2B2B2B. Windows color (decimal): -9435593 or 3606128. OLE color: 3606128.

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

Color convert

RGB 112 6 55 -
CMYK 0 0.95 0.51 0.56
HSL 332.26º 0.9% 0.23% -
HSV(B) 332.26º 0.95% 0.44% -
XYZ 7.44 3.85 3.97 -
YUV 43.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 112 6 55 0 0.95 0.51 0.56 332.26 0.9 0.23
Hex 70 6 37 0 5F 33 38 14C 5A 17
Octal 160 6 67 0 137 63 70 514 132 27
Binary 1110000 110 110111 0 1011111 110011 111000 101001100 1011010 10111

Color Harmonies of #700637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700637

Black with #700637

Text Example


Text Example

White with #700637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700637; }

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

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

background-color css

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

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

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

border-color css

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

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

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