Html Css Color HEX #700555 Tyrian Purple

📋 copy color: '#700555'

red 112 ◦ green 5 ◦ blue 85

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

Shades of Tyrian Purple #700555

Tints of Tyrian Purple #700555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 55.45%
G = 2.48%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#700555 (or 0x700555) is known color: Tyrian Purple. HEX triplet: 70, 05 and 55. RGB value is (112,5,85). Sum of RGB (Red+Green+Blue) = 112+5+85=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700555 is #8FFAAA. Grayscale: #2D2D2D. Windows color (decimal): -9435819 or 5571952. OLE color: 5571952.

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

Color convert

RGB 112 5 85 -
CMYK 0 0.96 0.24 0.56
HSL 315.14º 0.91% 0.23% -
HSV(B) 315.14º 0.96% 0.44% -
XYZ 8.38 4.21 8.97 -
YUV 46.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 112 5 85 0 0.96 0.24 0.56 315.14 0.91 0.23
Hex 70 5 55 0 60 18 38 13B 5B 17
Octal 160 5 125 0 140 30 70 473 133 27
Binary 1110000 101 1010101 0 1100000 11000 111000 100111011 1011011 10111

Color Harmonies of #700555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700555

Black with #700555

Text Example


Text Example

White with #700555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700555; }

 p { color: rgb(112,5,85); }

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

background-color css

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

 a { background-color: rgb(112,5,85); }

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

border-color css

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

 span { border-color: rgb(112,5,85); }

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