Html Css Color HEX #700753 Tyrian Purple

📋 copy color: '#700753'

red 112 ◦ green 7 ◦ blue 83

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

Shades of Tyrian Purple #700753

Tints of Tyrian Purple #700753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

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

R = 55.45%
G = 3.47%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700753 (or 0x700753) is known color: Tyrian Purple. HEX triplet: 70, 07 and 53. RGB value is (112,7,83). Sum of RGB (Red+Green+Blue) = 112+7+83=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700753 is #8FF8AC. Grayscale: #2E2E2E. Windows color (decimal): -9435309 or 5441392. OLE color: 5441392.

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

Color convert

RGB 112 7 83 -
CMYK 0 0.94 0.26 0.56
HSL 316.57º 0.88% 0.23% -
HSV(B) 316.57º 0.94% 0.44% -
XYZ 8.32 4.22 8.56 -
YUV 47.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 112 7 83 0 0.94 0.26 0.56 316.57 0.88 0.23
Hex 70 7 53 0 5E 1A 38 13D 58 17
Octal 160 7 123 0 136 32 70 475 130 27
Binary 1110000 111 1010011 0 1011110 11010 111000 100111101 1011000 10111

Color Harmonies of #700753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700753

Black with #700753

Text Example


Text Example

White with #700753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700753; }

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

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

background-color css

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

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

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

border-color css

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

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

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