Html Css Color HEX #700738 Tyrian Purple

📋 copy color: '#700738'

red 112 ◦ green 7 ◦ blue 56

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

Shades of Tyrian Purple #700738

Tints of Tyrian Purple #700738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 64%
G = 4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#700738 (or 0x700738) is known color: Tyrian Purple. HEX triplet: 70, 07 and 38. RGB value is (112,7,56). Sum of RGB (Red+Green+Blue) = 112+7+56=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #700738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700738 is #8FF8C7. Grayscale: #2B2B2B. Windows color (decimal): -9435336 or 3671920. OLE color: 3671920.

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

Color convert

RGB 112 7 56 -
CMYK 0 0.94 0.50 0.56
HSL 332º 0.88% 0.23% -
HSV(B) 332º 0.94% 0.44% -
XYZ 7.47 3.88 4.1 -
YUV 43.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 112 7 56 0 0.94 0.50 0.56 332 0.88 0.23
Hex 70 7 38 0 5E 32 38 14C 58 17
Octal 160 7 70 0 136 62 70 514 130 27
Binary 1110000 111 111000 0 1011110 110010 111000 101001100 1011000 10111

Color Harmonies of #700738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700738

Black with #700738

Text Example


Text Example

White with #700738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700738; }

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

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

background-color css

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

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

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

border-color css

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

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

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