Html Css Color HEX #700B33 Tyrian Purple

📋 copy color: '#700B33'

red 112 ◦ green 11 ◦ blue 51

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

Shades of Tyrian Purple #700B33

Tints of Tyrian Purple #700B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 64.37%
G = 6.32%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700B33 (or 0x700B33) is known color: Tyrian Purple. HEX triplet: 70, 0B and 33. RGB value is (112,11,51). Sum of RGB (Red+Green+Blue) = 112+11+51=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B33 is #8FF4CC. Grayscale: #2D2D2D. Windows color (decimal): -9434317 or 3345264. OLE color: 3345264.

HSL color Cylindrical-coordinate representation of color #700B33: hue angle of 336.24º 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 #700B33 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 51 -
CMYK 0 0.90 0.54 0.56
HSL 336.24º 0.82% 0.24% -
HSV(B) 336.24º 0.9% 0.44% -
XYZ 7.4 3.92 3.5 -
YUV 45.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 112 11 51 0 0.90 0.54 0.56 336.24 0.82 0.24
Hex 70 B 33 0 5A 36 38 150 52 18
Octal 160 13 63 0 132 66 70 520 122 30
Binary 1110000 1011 110011 0 1011010 110110 111000 101010000 1010010 11000

Color Harmonies of #700B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B33

Black with #700B33

Text Example


Text Example

White with #700B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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