Html Css Color HEX #700335 Tyrian Purple

📋 copy color: '#700335'

red 112 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #700335

Tints of Tyrian Purple #700335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 66.67%
G = 1.79%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700335 (or 0x700335) is known color: Tyrian Purple. HEX triplet: 70, 03 and 35. RGB value is (112,3,53). Sum of RGB (Red+Green+Blue) = 112+3+53=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700335 is #8FFCCA. Grayscale: #292929. Windows color (decimal): -9436363 or 3474288. OLE color: 3474288.

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

Color convert

RGB 112 3 53 -
CMYK 0 0.97 0.53 0.56
HSL 332.48º 0.95% 0.23% -
HSV(B) 332.48º 0.97% 0.44% -
XYZ 7.36 3.77 3.71 -
YUV 41.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 112 3 53 0 0.97 0.53 0.56 332.48 0.95 0.23
Hex 70 3 35 0 61 35 38 14C 5F 17
Octal 160 3 65 0 141 65 70 514 137 27
Binary 1110000 11 110101 0 1100001 110101 111000 101001100 1011111 10111

Color Harmonies of #700335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700335

Black with #700335

Text Example


Text Example

White with #700335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700335; }

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

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

background-color css

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

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

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

border-color css

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

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

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