Html Css Color HEX #700457 Tyrian Purple

📋 copy color: '#700457'

red 112 ◦ green 4 ◦ blue 87

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

Shades of Tyrian Purple #700457

Tints of Tyrian Purple #700457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 55.17%
G = 1.97%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#700457 (or 0x700457) is known color: Tyrian Purple. HEX triplet: 70, 04 and 57. RGB value is (112,4,87). Sum of RGB (Red+Green+Blue) = 112+4+87=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700457 is #8FFBA8. Grayscale: #2D2D2D. Windows color (decimal): -9436073 or 5702768. OLE color: 5702768.

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

Color convert

RGB 112 4 87 -
CMYK 0 0.96 0.22 0.56
HSL 313.89º 0.93% 0.23% -
HSV(B) 313.89º 0.96% 0.44% -
XYZ 8.45 4.22 9.39 -
YUV 45.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 112 4 87 0 0.96 0.22 0.56 313.89 0.93 0.23
Hex 70 4 57 0 60 16 38 13A 5D 17
Octal 160 4 127 0 140 26 70 472 135 27
Binary 1110000 100 1010111 0 1100000 10110 111000 100111010 1011101 10111

Color Harmonies of #700457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700457

Black with #700457

Text Example


Text Example

White with #700457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700457; }

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

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

background-color css

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

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

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

border-color css

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

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

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