Html Css Color HEX #700533 Tyrian Purple

📋 copy color: '#700533'

red 112 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #700533

Tints of Tyrian Purple #700533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 66.67%
G = 2.98%
B = 30.36%

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

#700533 (or 0x700533) is known color: Tyrian Purple. HEX triplet: 70, 05 and 33. RGB value is (112,5,51). Sum of RGB (Red+Green+Blue) = 112+5+51=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700533 is #8FFACC. Grayscale: #2A2A2A. Windows color (decimal): -9435853 or 3343728. OLE color: 3343728.

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

Color convert

RGB 112 5 51 -
CMYK 0 0.96 0.54 0.56
HSL 334.21º 0.91% 0.23% -
HSV(B) 334.21º 0.96% 0.44% -
XYZ 7.33 3.79 3.48 -
YUV 42.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 112 5 51 0 0.96 0.54 0.56 334.21 0.91 0.23
Hex 70 5 33 0 60 36 38 14E 5B 17
Octal 160 5 63 0 140 66 70 516 133 27
Binary 1110000 101 110011 0 1100000 110110 111000 101001110 1011011 10111

Color Harmonies of #700533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700533

Black with #700533

Text Example


Text Example

White with #700533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700533; }

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

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

background-color css

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

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

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

border-color css

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

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

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