Html Css Color HEX #700030 Tyrian Purple

📋 copy color: '#700030'

red 112 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #700030

Tints of Tyrian Purple #700030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70%
G = 0%
B = 30%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#700030 (or 0x700030) is known color: Tyrian Purple. HEX triplet: 70, 00 and 30. RGB value is (112,0,48). Sum of RGB (Red+Green+Blue) = 112+0+48=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #700030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700030 is #8FFFCF. Grayscale: #262626. Windows color (decimal): -9437136 or 3145840. OLE color: 3145840.

HSL color Cylindrical-coordinate representation of color #700030: hue angle of 334.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700030 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 48 -
CMYK 0 1 0.57 0.56
HSL 334.29º 1% 0.22% -
HSV(B) 334.29º 1% 0.44% -
XYZ 7.22 3.66 3.12 -
YUV 38.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 112 0 48 0 1 0.57 0.56 334.29 1 0.22
Hex 70 0 30 0 64 39 38 14E 64 16
Octal 160 0 60 0 144 71 70 516 144 26
Binary 1110000 0 110000 0 1100100 111001 111000 101001110 1100100 10110

Color Harmonies of #700030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700030

Black with #700030

Text Example


Text Example

White with #700030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700030; }

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

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

background-color css

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

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

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

border-color css

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

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

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