Html Css Color HEX #700153 Tyrian Purple

📋 copy color: '#700153'

red 112 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #700153

Tints of Tyrian Purple #700153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 57.14%
G = 0.51%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#700153 (or 0x700153) is known color: Tyrian Purple. HEX triplet: 70, 01 and 53. RGB value is (112,1,83). Sum of RGB (Red+Green+Blue) = 112+1+83=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #700153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700153 is #8FFEAC. Grayscale: #2B2B2B. Windows color (decimal): -9436845 or 5439856. OLE color: 5439856.

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

Color convert

RGB 112 1 83 -
CMYK 0 0.99 0.26 0.56
HSL 315.68º 0.98% 0.22% -
HSV(B) 315.68º 0.99% 0.44% -
XYZ 8.25 4.09 8.54 -
YUV 43.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 112 1 83 0 0.99 0.26 0.56 315.68 0.98 0.22
Hex 70 1 53 0 63 1A 38 13C 62 16
Octal 160 1 123 0 143 32 70 474 142 26
Binary 1110000 1 1010011 0 1100011 11010 111000 100111100 1100010 10110

Color Harmonies of #700153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700153

Black with #700153

Text Example


Text Example

White with #700153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700153; }

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

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

background-color css

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

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

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

border-color css

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

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

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