Html Css Color HEX #700135 Tyrian Purple

📋 copy color: '#700135'

red 112 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #700135

Tints of Tyrian Purple #700135

RGB

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

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

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

R = 67.47%
G = 0.6%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700135 (or 0x700135) is known color: Tyrian Purple. HEX triplet: 70, 01 and 35. RGB value is (112,1,53). Sum of RGB (Red+Green+Blue) = 112+1+53=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700135 is #8FFECA. Grayscale: #282828. Windows color (decimal): -9436875 or 3473776. OLE color: 3473776.

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

Color convert

RGB 112 1 53 -
CMYK 0 0.99 0.53 0.56
HSL 331.89º 0.98% 0.22% -
HSV(B) 331.89º 0.99% 0.44% -
XYZ 7.34 3.72 3.7 -
YUV 40.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 112 1 53 0 0.99 0.53 0.56 331.89 0.98 0.22
Hex 70 1 35 0 63 35 38 14C 62 16
Octal 160 1 65 0 143 65 70 514 142 26
Binary 1110000 1 110101 0 1100011 110101 111000 101001100 1100010 10110

Color Harmonies of #700135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700135

Black with #700135

Text Example


Text Example

White with #700135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700135; }

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

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

background-color css

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

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

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

border-color css

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

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

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