Html Css Color HEX #700433 Tyrian Purple

📋 copy color: '#700433'

red 112 ◦ green 4 ◦ blue 51

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

Shades of Tyrian Purple #700433

Tints of Tyrian Purple #700433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 67.07%
G = 2.4%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700433 (or 0x700433) is known color: Tyrian Purple. HEX triplet: 70, 04 and 33. RGB value is (112,4,51). Sum of RGB (Red+Green+Blue) = 112+4+51=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700433 is #8FFBCC. Grayscale: #292929. Windows color (decimal): -9436109 or 3343472. OLE color: 3343472.

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

Color convert

RGB 112 4 51 -
CMYK 0 0.96 0.54 0.56
HSL 333.89º 0.93% 0.23% -
HSV(B) 333.89º 0.96% 0.44% -
XYZ 7.32 3.77 3.47 -
YUV 41.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 112 4 51 0 0.96 0.54 0.56 333.89 0.93 0.23
Hex 70 4 33 0 60 36 38 14E 5D 17
Octal 160 4 63 0 140 66 70 516 135 27
Binary 1110000 100 110011 0 1100000 110110 111000 101001110 1011101 10111

Color Harmonies of #700433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700433

Black with #700433

Text Example


Text Example

White with #700433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700433; }

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

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

background-color css

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

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

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

border-color css

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

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

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