Html Css Color HEX #700458 Tyrian Purple

📋 copy color: '#700458'

red 112 ◦ green 4 ◦ blue 88

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

Shades of Tyrian Purple #700458

Tints of Tyrian Purple #700458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 54.9%
G = 1.96%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700458 (or 0x700458) is known color: Tyrian Purple. HEX triplet: 70, 04 and 58. RGB value is (112,4,88). Sum of RGB (Red+Green+Blue) = 112+4+88=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #700458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700458 is #8FFBA7. Grayscale: #2D2D2D. Windows color (decimal): -9436072 or 5768304. OLE color: 5768304.

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

Color convert

RGB 112 4 88 -
CMYK 0 0.96 0.21 0.56
HSL 313.33º 0.93% 0.23% -
HSV(B) 313.33º 0.96% 0.44% -
XYZ 8.49 4.24 9.6 -
YUV 45.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 112 4 88 0 0.96 0.21 0.56 313.33 0.93 0.23
Hex 70 4 58 0 60 15 38 139 5D 17
Octal 160 4 130 0 140 25 70 471 135 27
Binary 1110000 100 1011000 0 1100000 10101 111000 100111001 1011101 10111

Color Harmonies of #700458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700458

Black with #700458

Text Example


Text Example

White with #700458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700458; }

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

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

background-color css

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

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

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

border-color css

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

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

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