Html Css Color HEX #700C48 Tyrian Purple

📋 copy color: '#700C48'

red 112 ◦ green 12 ◦ blue 72

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

Shades of Tyrian Purple #700C48

Tints of Tyrian Purple #700C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.12%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 57.14%
G = 6.12%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#700C48 (or 0x700C48) is known color: Tyrian Purple. HEX triplet: 70, 0C and 48. RGB value is (112,12,72). Sum of RGB (Red+Green+Blue) = 112+12+72=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #700C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C48 is #8FF3B7. Grayscale: #303030. Windows color (decimal): -9434040 or 4721776. OLE color: 4721776.

HSL color Cylindrical-coordinate representation of color #700C48: hue angle of 324º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C48 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 72 -
CMYK 0 0.89 0.36 0.56
HSL 324º 0.81% 0.24% -
HSV(B) 324º 0.89% 0.44% -
XYZ 7.98 4.18 6.52 -
YUV 48.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 112 12 72 0 0.89 0.36 0.56 324 0.81 0.24
Hex 70 C 48 0 59 24 38 144 51 18
Octal 160 14 110 0 131 44 70 504 121 30
Binary 1110000 1100 1001000 0 1011001 100100 111000 101000100 1010001 11000

Color Harmonies of #700C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C48

Black with #700C48

Text Example


Text Example

White with #700C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C48; }

 p { color: rgb(112,12,72); }

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

background-color css

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

 a { background-color: rgb(112,12,72); }

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

border-color css

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

 span { border-color: rgb(112,12,72); }

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