Html Css Color HEX #700830 Tyrian Purple

📋 copy color: '#700830'

red 112 ◦ green 8 ◦ blue 48

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

Shades of Tyrian Purple #700830

Tints of Tyrian Purple #700830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 66.67%
G = 4.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#700830 (or 0x700830) is known color: Tyrian Purple. HEX triplet: 70, 08 and 30. RGB value is (112,8,48). Sum of RGB (Red+Green+Blue) = 112+8+48=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700830 is #8FF7CF. Grayscale: #2B2B2B. Windows color (decimal): -9435088 or 3147888. OLE color: 3147888.

HSL color Cylindrical-coordinate representation of color #700830: hue angle of 336.92º 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 #700830 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 48 -
CMYK 0 0.93 0.57 0.56
HSL 336.92º 0.87% 0.24% -
HSV(B) 336.92º 0.93% 0.44% -
XYZ 7.3 3.83 3.15 -
YUV 43.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 112 8 48 0 0.93 0.57 0.56 336.92 0.87 0.24
Hex 70 8 30 0 5D 39 38 151 57 18
Octal 160 10 60 0 135 71 70 521 127 30
Binary 1110000 1000 110000 0 1011101 111001 111000 101010001 1010111 11000

Color Harmonies of #700830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700830

Black with #700830

Text Example


Text Example

White with #700830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700830; }

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

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

background-color css

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

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

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

border-color css

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

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

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