Html Css Color HEX #700133 Tyrian Purple

📋 copy color: '#700133'

red 112 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #700133

Tints of Tyrian Purple #700133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 68.29%
G = 0.61%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700133 (or 0x700133) is known color: Tyrian Purple. HEX triplet: 70, 01 and 33. RGB value is (112,1,51). Sum of RGB (Red+Green+Blue) = 112+1+51=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #700133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700133 is #8FFECC. Grayscale: #272727. Windows color (decimal): -9436877 or 3342704. OLE color: 3342704.

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

Color convert

RGB 112 1 51 -
CMYK 0 0.99 0.54 0.56
HSL 332.97º 0.98% 0.22% -
HSV(B) 332.97º 0.99% 0.44% -
XYZ 7.29 3.71 3.46 -
YUV 39.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 112 1 51 0 0.99 0.54 0.56 332.97 0.98 0.22
Hex 70 1 33 0 63 36 38 14D 62 16
Octal 160 1 63 0 143 66 70 515 142 26
Binary 1110000 1 110011 0 1100011 110110 111000 101001101 1100010 10110

Color Harmonies of #700133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700133

Black with #700133

Text Example


Text Example

White with #700133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700133; }

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

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

background-color css

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

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

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

border-color css

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

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

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