Html Css Color HEX #700534 Tyrian Purple

📋 copy color: '#700534'

red 112 ◦ green 5 ◦ blue 52

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

Shades of Tyrian Purple #700534

Tints of Tyrian Purple #700534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 66.27%
G = 2.96%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700534 (or 0x700534) is known color: Tyrian Purple. HEX triplet: 70, 05 and 34. RGB value is (112,5,52). Sum of RGB (Red+Green+Blue) = 112+5+52=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700534 is #8FFACB. Grayscale: #2A2A2A. Windows color (decimal): -9435852 or 3409264. OLE color: 3409264.

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

Color convert

RGB 112 5 52 -
CMYK 0 0.96 0.54 0.56
HSL 333.64º 0.91% 0.23% -
HSV(B) 333.64º 0.96% 0.44% -
XYZ 7.36 3.8 3.59 -
YUV 42.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 112 5 52 0 0.96 0.54 0.56 333.64 0.91 0.23
Hex 70 5 34 0 60 36 38 14E 5B 17
Octal 160 5 64 0 140 66 70 516 133 27
Binary 1110000 101 110100 0 1100000 110110 111000 101001110 1011011 10111

Color Harmonies of #700534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700534

Black with #700534

Text Example


Text Example

White with #700534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700534; }

 p { color: rgb(112,5,52); }

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

background-color css

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

 a { background-color: rgb(112,5,52); }

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

border-color css

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

 span { border-color: rgb(112,5,52); }

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