Html Css Color HEX #700150 Tyrian Purple

📋 copy color: '#700150'

red 112 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #700150

Tints of Tyrian Purple #700150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 58.03%
G = 0.52%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700150 (or 0x700150) is known color: Tyrian Purple. HEX triplet: 70, 01 and 50. RGB value is (112,1,80). Sum of RGB (Red+Green+Blue) = 112+1+80=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #700150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700150 is #8FFEAF. Grayscale: #2A2A2A. Windows color (decimal): -9436848 or 5243248. OLE color: 5243248.

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

Color convert

RGB 112 1 80 -
CMYK 0 0.99 0.29 0.56
HSL 317.3º 0.98% 0.22% -
HSV(B) 317.3º 0.99% 0.44% -
XYZ 8.14 4.05 7.94 -
YUV 43.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 112 1 80 0 0.99 0.29 0.56 317.3 0.98 0.22
Hex 70 1 50 0 63 1D 38 13D 62 16
Octal 160 1 120 0 143 35 70 475 142 26
Binary 1110000 1 1010000 0 1100011 11101 111000 100111101 1100010 10110

Color Harmonies of #700150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700150

Black with #700150

Text Example


Text Example

White with #700150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700150; }

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

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

background-color css

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

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

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

border-color css

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

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

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