Html Css Color HEX #700659 Tyrian Purple

📋 copy color: '#700659'

red 112 ◦ green 6 ◦ blue 89

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

Shades of Tyrian Purple #700659

Tints of Tyrian Purple #700659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43%

R = 54.11%
G = 2.9%
B = 43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700659 (or 0x700659) is known color: Tyrian Purple. HEX triplet: 70, 06 and 59. RGB value is (112,6,89). Sum of RGB (Red+Green+Blue) = 112+6+89=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #700659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700659 is #8FF9A6. Grayscale: #2E2E2E. Windows color (decimal): -9435559 or 5834352. OLE color: 5834352.

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

Color convert

RGB 112 6 89 -
CMYK 0 0.95 0.21 0.56
HSL 313.02º 0.9% 0.23% -
HSV(B) 313.02º 0.95% 0.44% -
XYZ 8.55 4.3 9.83 -
YUV 47.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 112 6 89 0 0.95 0.21 0.56 313.02 0.9 0.23
Hex 70 6 59 0 5F 15 38 139 5A 17
Octal 160 6 131 0 137 25 70 471 132 27
Binary 1110000 110 1011001 0 1011111 10101 111000 100111001 1011010 10111

Color Harmonies of #700659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700659

Black with #700659

Text Example


Text Example

White with #700659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700659; }

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

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

background-color css

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

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

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

border-color css

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

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

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