Html Css Color HEX #700253 Tyrian Purple

📋 copy color: '#700253'

red 112 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #700253

Tints of Tyrian Purple #700253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 56.85%
G = 1.02%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700253 (or 0x700253) is known color: Tyrian Purple. HEX triplet: 70, 02 and 53. RGB value is (112,2,83). Sum of RGB (Red+Green+Blue) = 112+2+83=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700253 is #8FFDAC. Grayscale: #2B2B2B. Windows color (decimal): -9436589 or 5440112. OLE color: 5440112.

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

Color convert

RGB 112 2 83 -
CMYK 0 0.98 0.26 0.56
HSL 315.82º 0.96% 0.22% -
HSV(B) 315.82º 0.98% 0.44% -
XYZ 8.27 4.11 8.54 -
YUV 44.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 112 2 83 0 0.98 0.26 0.56 315.82 0.96 0.22
Hex 70 2 53 0 62 1A 38 13C 60 16
Octal 160 2 123 0 142 32 70 474 140 26
Binary 1110000 10 1010011 0 1100010 11010 111000 100111100 1100000 10110

Color Harmonies of #700253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700253

Black with #700253

Text Example


Text Example

White with #700253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700253; }

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

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

background-color css

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

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

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

border-color css

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

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

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