Html Css Color HEX #700033 Tyrian Purple

📋 copy color: '#700033'

red 112 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #700033

Tints of Tyrian Purple #700033

RGB

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

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

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

R = 68.71%
G = 0%
B = 31.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700033 (or 0x700033) is known color: Tyrian Purple. HEX triplet: 70, 00 and 33. RGB value is (112,0,51). Sum of RGB (Red+Green+Blue) = 112+0+51=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700033 is #8FFFCC. Grayscale: #272727. Windows color (decimal): -9437133 or 3342448. OLE color: 3342448.

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

Color convert

RGB 112 0 51 -
CMYK 0 1 0.54 0.56
HSL 332.68º 1% 0.22% -
HSV(B) 332.68º 1% 0.44% -
XYZ 7.28 3.68 3.46 -
YUV 39.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 112 0 51 0 1 0.54 0.56 332.68 1 0.22
Hex 70 0 33 0 64 36 38 14D 64 16
Octal 160 0 63 0 144 66 70 515 144 26
Binary 1110000 0 110011 0 1100100 110110 111000 101001101 1100100 10110

Color Harmonies of #700033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700033

Black with #700033

Text Example


Text Example

White with #700033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700033; }

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

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

background-color css

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

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

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

border-color css

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

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

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