Html Css Color HEX #700635 Tyrian Purple

📋 copy color: '#700635'

red 112 ◦ green 6 ◦ blue 53

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

Shades of Tyrian Purple #700635

Tints of Tyrian Purple #700635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 65.5%
G = 3.51%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700635 (or 0x700635) is known color: Tyrian Purple. HEX triplet: 70, 06 and 35. RGB value is (112,6,53). Sum of RGB (Red+Green+Blue) = 112+6+53=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700635 is #8FF9CA. Grayscale: #2A2A2A. Windows color (decimal): -9435595 or 3475056. OLE color: 3475056.

HSL color Cylindrical-coordinate representation of color #700635: hue angle of 333.4º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700635 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 53 -
CMYK 0 0.95 0.53 0.56
HSL 333.4º 0.9% 0.23% -
HSV(B) 333.4º 0.95% 0.44% -
XYZ 7.39 3.83 3.72 -
YUV 43.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 112 6 53 0 0.95 0.53 0.56 333.4 0.9 0.23
Hex 70 6 35 0 5F 35 38 14D 5A 17
Octal 160 6 65 0 137 65 70 515 132 27
Binary 1110000 110 110101 0 1011111 110101 111000 101001101 1011010 10111

Color Harmonies of #700635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700635

Black with #700635

Text Example


Text Example

White with #700635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700635; }

 p { color: rgb(112,6,53); }

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

background-color css

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

 a { background-color: rgb(112,6,53); }

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

border-color css

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

 span { border-color: rgb(112,6,53); }

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