Html Css Color HEX #700B44 Tyrian Purple

📋 copy color: '#700B44'

red 112 ◦ green 11 ◦ blue 68

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

Shades of Tyrian Purple #700B44

Tints of Tyrian Purple #700B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.6%

R = 58.64%
G = 5.76%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#700B44 (or 0x700B44) is known color: Tyrian Purple. HEX triplet: 70, 0B and 44. RGB value is (112,11,68). Sum of RGB (Red+Green+Blue) = 112+11+68=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B44 is #8FF4BB. Grayscale: #2F2F2F. Windows color (decimal): -9434300 or 4459376. OLE color: 4459376.

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

Color convert

RGB 112 11 68 -
CMYK 0 0.90 0.39 0.56
HSL 326.14º 0.82% 0.24% -
HSV(B) 326.14º 0.9% 0.44% -
XYZ 7.85 4.1 5.85 -
YUV 47.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 112 11 68 0 0.90 0.39 0.56 326.14 0.82 0.24
Hex 70 B 44 0 5A 27 38 146 52 18
Octal 160 13 104 0 132 47 70 506 122 30
Binary 1110000 1011 1000100 0 1011010 100111 111000 101000110 1010010 11000

Color Harmonies of #700B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B44

Black with #700B44

Text Example


Text Example

White with #700B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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