Html Css Color HEX #700531 Tyrian Purple

📋 copy color: '#700531'

red 112 ◦ green 5 ◦ blue 49

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

Shades of Tyrian Purple #700531

Tints of Tyrian Purple #700531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 67.47%
G = 3.01%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#700531 (or 0x700531) is known color: Tyrian Purple. HEX triplet: 70, 05 and 31. RGB value is (112,5,49). Sum of RGB (Red+Green+Blue) = 112+5+49=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700531 is #8FFACE. Grayscale: #292929. Windows color (decimal): -9435855 or 3212656. OLE color: 3212656.

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

Color convert

RGB 112 5 49 -
CMYK 0 0.96 0.56 0.56
HSL 335.33º 0.91% 0.23% -
HSV(B) 335.33º 0.96% 0.44% -
XYZ 7.29 3.78 3.25 -
YUV 42.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 112 5 49 0 0.96 0.56 0.56 335.33 0.91 0.23
Hex 70 5 31 0 60 38 38 14F 5B 17
Octal 160 5 61 0 140 70 70 517 133 27
Binary 1110000 101 110001 0 1100000 111000 111000 101001111 1011011 10111

Color Harmonies of #700531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700531

Black with #700531

Text Example


Text Example

White with #700531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700531; }

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

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

background-color css

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

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

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

border-color css

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

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

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