Html Css Color HEX #700C32 Tyrian Purple

📋 copy color: '#700C32'

red 112 ◦ green 12 ◦ blue 50

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

Shades of Tyrian Purple #700C32

Tints of Tyrian Purple #700C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

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

R = 64.37%
G = 6.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700C32 (or 0x700C32) is known color: Tyrian Purple. HEX triplet: 70, 0C and 32. RGB value is (112,12,50). Sum of RGB (Red+Green+Blue) = 112+12+50=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C32 is #8FF3CD. Grayscale: #2E2E2E. Windows color (decimal): -9434062 or 3279984. OLE color: 3279984.

HSL color Cylindrical-coordinate representation of color #700C32: hue angle of 337.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C32 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 50 -
CMYK 0 0.89 0.55 0.56
HSL 337.2º 0.81% 0.24% -
HSV(B) 337.2º 0.89% 0.44% -
XYZ 7.39 3.94 3.39 -
YUV 46.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 112 12 50 0 0.89 0.55 0.56 337.2 0.81 0.24
Hex 70 C 32 0 59 37 38 151 51 18
Octal 160 14 62 0 131 67 70 521 121 30
Binary 1110000 1100 110010 0 1011001 110111 111000 101010001 1010001 11000

Color Harmonies of #700C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C32

Black with #700C32

Text Example


Text Example

White with #700C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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