Html Css Color HEX #700358 Tyrian Purple

📋 copy color: '#700358'

red 112 ◦ green 3 ◦ blue 88

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

Shades of Tyrian Purple #700358

Tints of Tyrian Purple #700358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 55.17%
G = 1.48%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700358 (or 0x700358) is known color: Tyrian Purple. HEX triplet: 70, 03 and 58. RGB value is (112,3,88). Sum of RGB (Red+Green+Blue) = 112+3+88=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700358 is #8FFCA7. Grayscale: #2D2D2D. Windows color (decimal): -9436328 or 5768048. OLE color: 5768048.

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

Color convert

RGB 112 3 88 -
CMYK 0 0.97 0.21 0.56
HSL 313.21º 0.95% 0.23% -
HSV(B) 313.21º 0.97% 0.44% -
XYZ 8.48 4.21 9.6 -
YUV 45.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 112 3 88 0 0.97 0.21 0.56 313.21 0.95 0.23
Hex 70 3 58 0 61 15 38 139 5F 17
Octal 160 3 130 0 141 25 70 471 137 27
Binary 1110000 11 1011000 0 1100001 10101 111000 100111001 1011111 10111

Color Harmonies of #700358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700358

Black with #700358

Text Example


Text Example

White with #700358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700358; }

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

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

background-color css

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

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

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

border-color css

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

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

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