Html Css Color HEX #700333 Tyrian Purple

📋 copy color: '#700333'

red 112 ◦ green 3 ◦ blue 51

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

Shades of Tyrian Purple #700333

Tints of Tyrian Purple #700333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 67.47%
G = 1.81%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700333 (or 0x700333) is known color: Tyrian Purple. HEX triplet: 70, 03 and 33. RGB value is (112,3,51). Sum of RGB (Red+Green+Blue) = 112+3+51=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700333 is #8FFCCC. Grayscale: #282828. Windows color (decimal): -9436365 or 3343216. OLE color: 3343216.

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

Color convert

RGB 112 3 51 -
CMYK 0 0.97 0.54 0.56
HSL 333.58º 0.95% 0.23% -
HSV(B) 333.58º 0.97% 0.44% -
XYZ 7.31 3.75 3.47 -
YUV 41.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 112 3 51 0 0.97 0.54 0.56 333.58 0.95 0.23
Hex 70 3 33 0 61 36 38 14E 5F 17
Octal 160 3 63 0 141 66 70 516 137 27
Binary 1110000 11 110011 0 1100001 110110 111000 101001110 1011111 10111

Color Harmonies of #700333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700333

Black with #700333

Text Example


Text Example

White with #700333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700333; }

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

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

background-color css

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

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

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

border-color css

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

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

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