Html Css Color HEX #700152 Tyrian Purple

📋 copy color: '#700152'

red 112 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #700152

Tints of Tyrian Purple #700152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 57.44%
G = 0.51%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#700152 (or 0x700152) is known color: Tyrian Purple. HEX triplet: 70, 01 and 52. RGB value is (112,1,82). Sum of RGB (Red+Green+Blue) = 112+1+82=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #700152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700152 is #8FFEAD. Grayscale: #2B2B2B. Windows color (decimal): -9436846 or 5374320. OLE color: 5374320.

HSL color Cylindrical-coordinate representation of color #700152: hue angle of 316.22º 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 #700152 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 82 -
CMYK 0 0.99 0.27 0.56
HSL 316.22º 0.98% 0.22% -
HSV(B) 316.22º 0.99% 0.44% -
XYZ 8.22 4.08 8.34 -
YUV 43.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 112 1 82 0 0.99 0.27 0.56 316.22 0.98 0.22
Hex 70 1 52 0 63 1B 38 13C 62 16
Octal 160 1 122 0 143 33 70 474 142 26
Binary 1110000 1 1010010 0 1100011 11011 111000 100111100 1100010 10110

Color Harmonies of #700152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700152

Black with #700152

Text Example


Text Example

White with #700152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700152; }

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

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

background-color css

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

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

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

border-color css

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

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

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