Html Css Color HEX #700953 Tyrian Purple

📋 copy color: '#700953'

red 112 ◦ green 9 ◦ blue 83

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

Shades of Tyrian Purple #700953

Tints of Tyrian Purple #700953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 54.9%
G = 4.41%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700953 (or 0x700953) is known color: Tyrian Purple. HEX triplet: 70, 09 and 53. RGB value is (112,9,83). Sum of RGB (Red+Green+Blue) = 112+9+83=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #700953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700953 is #8FF6AC. Grayscale: #303030. Windows color (decimal): -9434797 or 5441904. OLE color: 5441904.

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

Color convert

RGB 112 9 83 -
CMYK 0 0.92 0.26 0.56
HSL 316.89º 0.85% 0.24% -
HSV(B) 316.89º 0.92% 0.44% -
XYZ 8.34 4.26 8.57 -
YUV 48.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 112 9 83 0 0.92 0.26 0.56 316.89 0.85 0.24
Hex 70 9 53 0 5C 1A 38 13D 55 18
Octal 160 11 123 0 134 32 70 475 125 30
Binary 1110000 1001 1010011 0 1011100 11010 111000 100111101 1010101 11000

Color Harmonies of #700953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700953

Black with #700953

Text Example


Text Example

White with #700953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700953; }

 p { color: rgb(112,9,83); }

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

background-color css

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

 a { background-color: rgb(112,9,83); }

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

border-color css

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

 span { border-color: rgb(112,9,83); }

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