Html Css Color HEX #700657 Tyrian Purple

📋 copy color: '#700657'

red 112 ◦ green 6 ◦ blue 87

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

Shades of Tyrian Purple #700657

Tints of Tyrian Purple #700657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 54.63%
G = 2.93%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#700657 (or 0x700657) is known color: Tyrian Purple. HEX triplet: 70, 06 and 57. RGB value is (112,6,87). Sum of RGB (Red+Green+Blue) = 112+6+87=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #700657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700657 is #8FF9A8. Grayscale: #2E2E2E. Windows color (decimal): -9435561 or 5703280. OLE color: 5703280.

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

Color convert

RGB 112 6 87 -
CMYK 0 0.95 0.22 0.56
HSL 314.15º 0.9% 0.23% -
HSV(B) 314.15º 0.95% 0.44% -
XYZ 8.47 4.26 9.39 -
YUV 46.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 112 6 87 0 0.95 0.22 0.56 314.15 0.9 0.23
Hex 70 6 57 0 5F 16 38 13A 5A 17
Octal 160 6 127 0 137 26 70 472 132 27
Binary 1110000 110 1010111 0 1011111 10110 111000 100111010 1011010 10111

Color Harmonies of #700657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700657

Black with #700657

Text Example


Text Example

White with #700657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700657; }

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

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

background-color css

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

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

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

border-color css

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

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

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