Html Css Color HEX #700B3C Tyrian Purple

📋 copy color: '#700B3C'

red 112 ◦ green 11 ◦ blue 60

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

Shades of Tyrian Purple #700B3C

Tints of Tyrian Purple #700B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.01%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 61.2%
G = 6.01%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#700B3C (or 0x700B3C) is known color: Tyrian Purple. HEX triplet: 70, 0B and 3C. RGB value is (112,11,60). Sum of RGB (Red+Green+Blue) = 112+11+60=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B3C is #8FF4C3. Grayscale: #2E2E2E. Windows color (decimal): -9434308 or 3935088. OLE color: 3935088.

HSL color Cylindrical-coordinate representation of color #700B3C: hue angle of 330.89º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B3C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 60 -
CMYK 0 0.90 0.46 0.56
HSL 330.89º 0.82% 0.24% -
HSV(B) 330.89º 0.9% 0.44% -
XYZ 7.62 4.01 4.65 -
YUV 46.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 112 11 60 0 0.90 0.46 0.56 330.89 0.82 0.24
Hex 70 B 3C 0 5A 2E 38 14B 52 18
Octal 160 13 74 0 132 56 70 513 122 30
Binary 1110000 1011 111100 0 1011010 101110 111000 101001011 1010010 11000

Color Harmonies of #700B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B3C

Black with #700B3C

Text Example


Text Example

White with #700B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,11,60); }

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

background-color css

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

 a { background-color: rgb(112,11,60); }

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

border-color css

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

 span { border-color: rgb(112,11,60); }

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