Html Css Color HEX #700650 Tyrian Purple

📋 copy color: '#700650'

red 112 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #700650

Tints of Tyrian Purple #700650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.4%

R = 56.57%
G = 3.03%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700650 (or 0x700650) is known color: Tyrian Purple. HEX triplet: 70, 06 and 50. RGB value is (112,6,80). Sum of RGB (Red+Green+Blue) = 112+6+80=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700650 is #8FF9AF. Grayscale: #2D2D2D. Windows color (decimal): -9435568 or 5244528. OLE color: 5244528.

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

Color convert

RGB 112 6 80 -
CMYK 0 0.95 0.29 0.56
HSL 318.11º 0.9% 0.23% -
HSV(B) 318.11º 0.95% 0.44% -
XYZ 8.2 4.15 7.96 -
YUV 46.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 112 6 80 0 0.95 0.29 0.56 318.11 0.9 0.23
Hex 70 6 50 0 5F 1D 38 13E 5A 17
Octal 160 6 120 0 137 35 70 476 132 27
Binary 1110000 110 1010000 0 1011111 11101 111000 100111110 1011010 10111

Color Harmonies of #700650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700650

Black with #700650

Text Example


Text Example

White with #700650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700650; }

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

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

background-color css

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

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

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

border-color css

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

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

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