Html Css Color HEX #700453 Tyrian Purple

📋 copy color: '#700453'

red 112 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #700453

Tints of Tyrian Purple #700453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 56.28%
G = 2.01%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700453 (or 0x700453) is known color: Tyrian Purple. HEX triplet: 70, 04 and 53. RGB value is (112,4,83). Sum of RGB (Red+Green+Blue) = 112+4+83=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700453 is #8FFBAC. Grayscale: #2D2D2D. Windows color (decimal): -9436077 or 5440624. OLE color: 5440624.

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

Color convert

RGB 112 4 83 -
CMYK 0 0.96 0.26 0.56
HSL 316.11º 0.93% 0.23% -
HSV(B) 316.11º 0.96% 0.44% -
XYZ 8.29 4.16 8.55 -
YUV 45.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 112 4 83 0 0.96 0.26 0.56 316.11 0.93 0.23
Hex 70 4 53 0 60 1A 38 13C 5D 17
Octal 160 4 123 0 140 32 70 474 135 27
Binary 1110000 100 1010011 0 1100000 11010 111000 100111100 1011101 10111

Color Harmonies of #700453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700453

Black with #700453

Text Example


Text Example

White with #700453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700453; }

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

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

background-color css

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

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

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

border-color css

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

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

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