Html Css Color HEX #700434 Tyrian Purple

📋 copy color: '#700434'

red 112 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #700434

Tints of Tyrian Purple #700434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 66.67%
G = 2.38%
B = 30.95%

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

#700434 (or 0x700434) is known color: Tyrian Purple. HEX triplet: 70, 04 and 34. RGB value is (112,4,52). Sum of RGB (Red+Green+Blue) = 112+4+52=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700434 is #8FFBCB. Grayscale: #292929. Windows color (decimal): -9436108 or 3409008. OLE color: 3409008.

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

Color convert

RGB 112 4 52 -
CMYK 0 0.96 0.54 0.56
HSL 333.33º 0.93% 0.23% -
HSV(B) 333.33º 0.96% 0.44% -
XYZ 7.35 3.78 3.59 -
YUV 41.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 112 4 52 0 0.96 0.54 0.56 333.33 0.93 0.23
Hex 70 4 34 0 60 36 38 14D 5D 17
Octal 160 4 64 0 140 66 70 515 135 27
Binary 1110000 100 110100 0 1100000 110110 111000 101001101 1011101 10111

Color Harmonies of #700434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700434

Black with #700434

Text Example


Text Example

White with #700434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700434; }

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

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

background-color css

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

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

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

border-color css

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

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

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