Html Css Color HEX #700432 Tyrian Purple

📋 copy color: '#700432'

red 112 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #700432

Tints of Tyrian Purple #700432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.12%

R = 67.47%
G = 2.41%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700432 (or 0x700432) is known color: Tyrian Purple. HEX triplet: 70, 04 and 32. RGB value is (112,4,50). Sum of RGB (Red+Green+Blue) = 112+4+50=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700432 is #8FFBCD. Grayscale: #292929. Windows color (decimal): -9436110 or 3277936. OLE color: 3277936.

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

Color convert

RGB 112 4 50 -
CMYK 0 0.96 0.55 0.56
HSL 334.44º 0.93% 0.23% -
HSV(B) 334.44º 0.96% 0.44% -
XYZ 7.3 3.76 3.36 -
YUV 41.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 112 4 50 0 0.96 0.55 0.56 334.44 0.93 0.23
Hex 70 4 32 0 60 37 38 14E 5D 17
Octal 160 4 62 0 140 67 70 516 135 27
Binary 1110000 100 110010 0 1100000 110111 111000 101001110 1011101 10111

Color Harmonies of #700432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700432

Black with #700432

Text Example


Text Example

White with #700432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700432; }

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

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

background-color css

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

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

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

border-color css

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

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

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