Html Css Color HEX #700052 Tyrian Purple

📋 copy color: '#700052'

red 112 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #700052

Tints of Tyrian Purple #700052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.73%
G = 0%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#700052 (or 0x700052) is known color: Tyrian Purple. HEX triplet: 70, 00 and 52. RGB value is (112,0,82). Sum of RGB (Red+Green+Blue) = 112+0+82=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #700052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700052 is #8FFFAD. Grayscale: #2A2A2A. Windows color (decimal): -9437102 or 5374064. OLE color: 5374064.

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

Color convert

RGB 112 0 82 -
CMYK 0 1 0.27 0.56
HSL 316.07º 1% 0.22% -
HSV(B) 316.07º 1% 0.44% -
XYZ 8.21 4.05 8.33 -
YUV 42.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 112 0 82 0 1 0.27 0.56 316.07 1 0.22
Hex 70 0 52 0 64 1B 38 13C 64 16
Octal 160 0 122 0 144 33 70 474 144 26
Binary 1110000 0 1010010 0 1100100 11011 111000 100111100 1100100 10110

Color Harmonies of #700052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700052

Black with #700052

Text Example


Text Example

White with #700052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700052; }

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

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

background-color css

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

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

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

border-color css

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

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

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