Html Css Color HEX #700332 Tyrian Purple

📋 copy color: '#700332'

red 112 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #700332

Tints of Tyrian Purple #700332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 67.88%
G = 1.82%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700332 (or 0x700332) is known color: Tyrian Purple. HEX triplet: 70, 03 and 32. RGB value is (112,3,50). Sum of RGB (Red+Green+Blue) = 112+3+50=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700332 is #8FFCCD. Grayscale: #282828. Windows color (decimal): -9436366 or 3277680. OLE color: 3277680.

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

Color convert

RGB 112 3 50 -
CMYK 0 0.97 0.55 0.56
HSL 334.13º 0.95% 0.23% -
HSV(B) 334.13º 0.97% 0.44% -
XYZ 7.29 3.74 3.36 -
YUV 40.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 112 3 50 0 0.97 0.55 0.56 334.13 0.95 0.23
Hex 70 3 32 0 61 37 38 14E 5F 17
Octal 160 3 62 0 141 67 70 516 137 27
Binary 1110000 11 110010 0 1100001 110111 111000 101001110 1011111 10111

Color Harmonies of #700332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700332

Black with #700332

Text Example


Text Example

White with #700332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700332; }

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

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

background-color css

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

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

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

border-color css

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

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

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