Html Css Color HEX #700338 Tyrian Purple

📋 copy color: '#700338'

red 112 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #700338

Tints of Tyrian Purple #700338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.75%

R = 65.5%
G = 1.75%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#700338 (or 0x700338) is known color: Tyrian Purple. HEX triplet: 70, 03 and 38. RGB value is (112,3,56). Sum of RGB (Red+Green+Blue) = 112+3+56=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700338 is #8FFCC7. Grayscale: #292929. Windows color (decimal): -9436360 or 3670896. OLE color: 3670896.

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

Color convert

RGB 112 3 56 -
CMYK 0 0.97 0.50 0.56
HSL 330.83º 0.95% 0.23% -
HSV(B) 330.83º 0.97% 0.44% -
XYZ 7.43 3.8 4.08 -
YUV 41.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 112 3 56 0 0.97 0.50 0.56 330.83 0.95 0.23
Hex 70 3 38 0 61 32 38 14B 5F 17
Octal 160 3 70 0 141 62 70 513 137 27
Binary 1110000 11 111000 0 1100001 110010 111000 101001011 1011111 10111

Color Harmonies of #700338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700338

Black with #700338

Text Example


Text Example

White with #700338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700338; }

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

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

background-color css

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

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

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

border-color css

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

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

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