Html Css Color HEX #700053 Tyrian Purple

📋 copy color: '#700053'

red 112 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #700053

Tints of Tyrian Purple #700053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.44%
G = 0%
B = 42.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700053 (or 0x700053) is known color: Tyrian Purple. HEX triplet: 70, 00 and 53. RGB value is (112,0,83). Sum of RGB (Red+Green+Blue) = 112+0+83=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #700053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700053 is #8FFFAC. Grayscale: #2A2A2A. Windows color (decimal): -9437101 or 5439600. OLE color: 5439600.

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

Color convert

RGB 112 0 83 -
CMYK 0 1 0.26 0.56
HSL 315.54º 1% 0.22% -
HSV(B) 315.54º 1% 0.44% -
XYZ 8.24 4.07 8.53 -
YUV 42.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 112 0 83 0 1 0.26 0.56 315.54 1 0.22
Hex 70 0 53 0 64 1A 38 13C 64 16
Octal 160 0 123 0 144 32 70 474 144 26
Binary 1110000 0 1010011 0 1100100 11010 111000 100111100 1100100 10110

Color Harmonies of #700053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700053

Black with #700053

Text Example


Text Example

White with #700053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700053; }

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

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

background-color css

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

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

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

border-color css

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

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

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