Html Css Color HEX #700833 Tyrian Purple

📋 copy color: '#700833'

red 112 ◦ green 8 ◦ blue 51

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

Shades of Tyrian Purple #700833

Tints of Tyrian Purple #700833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 65.5%
G = 4.68%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700833 (or 0x700833) is known color: Tyrian Purple. HEX triplet: 70, 08 and 33. RGB value is (112,8,51). Sum of RGB (Red+Green+Blue) = 112+8+51=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700833 is #8FF7CC. Grayscale: #2B2B2B. Windows color (decimal): -9435085 or 3344496. OLE color: 3344496.

HSL color Cylindrical-coordinate representation of color #700833: hue angle of 335.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700833 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 51 -
CMYK 0 0.93 0.54 0.56
HSL 335.19º 0.87% 0.24% -
HSV(B) 335.19º 0.93% 0.44% -
XYZ 7.37 3.86 3.49 -
YUV 44 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 112 8 51 0 0.93 0.54 0.56 335.19 0.87 0.24
Hex 70 8 33 0 5D 36 38 14F 57 18
Octal 160 10 63 0 135 66 70 517 127 30
Binary 1110000 1000 110011 0 1011101 110110 111000 101001111 1010111 11000

Color Harmonies of #700833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700833

Black with #700833

Text Example


Text Example

White with #700833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700833; }

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

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

background-color css

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

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

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

border-color css

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

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

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