Html Css Color HEX #700353 Tyrian Purple

📋 copy color: '#700353'

red 112 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #700353

Tints of Tyrian Purple #700353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 56.57%
G = 1.52%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700353 (or 0x700353) is known color: Tyrian Purple. HEX triplet: 70, 03 and 53. RGB value is (112,3,83). Sum of RGB (Red+Green+Blue) = 112+3+83=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700353 is #8FFCAC. Grayscale: #2C2C2C. Windows color (decimal): -9436333 or 5440368. OLE color: 5440368.

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

Color convert

RGB 112 3 83 -
CMYK 0 0.97 0.26 0.56
HSL 315.96º 0.95% 0.23% -
HSV(B) 315.96º 0.97% 0.44% -
XYZ 8.28 4.13 8.55 -
YUV 44.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 112 3 83 0 0.97 0.26 0.56 315.96 0.95 0.23
Hex 70 3 53 0 61 1A 38 13C 5F 17
Octal 160 3 123 0 141 32 70 474 137 27
Binary 1110000 11 1010011 0 1100001 11010 111000 100111100 1011111 10111

Color Harmonies of #700353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700353

Black with #700353

Text Example


Text Example

White with #700353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700353; }

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

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

background-color css

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

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

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

border-color css

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

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

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