Html Css Color HEX #700C33 Tyrian Purple

📋 copy color: '#700C33'

red 112 ◦ green 12 ◦ blue 51

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

Shades of Tyrian Purple #700C33

Tints of Tyrian Purple #700C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 64%
G = 6.86%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#700C33 (or 0x700C33) is known color: Tyrian Purple. HEX triplet: 70, 0C and 33. RGB value is (112,12,51). Sum of RGB (Red+Green+Blue) = 112+12+51=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #700C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C33 is #8FF3CC. Grayscale: #2E2E2E. Windows color (decimal): -9434061 or 3345520. OLE color: 3345520.

HSL color Cylindrical-coordinate representation of color #700C33: hue angle of 336.6º 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 #700C33 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 51 -
CMYK 0 0.89 0.54 0.56
HSL 336.6º 0.81% 0.24% -
HSV(B) 336.6º 0.89% 0.44% -
XYZ 7.41 3.95 3.5 -
YUV 46.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 112 12 51 0 0.89 0.54 0.56 336.6 0.81 0.24
Hex 70 C 33 0 59 36 38 151 51 18
Octal 160 14 63 0 131 66 70 521 121 30
Binary 1110000 1100 110011 0 1011001 110110 111000 101010001 1010001 11000

Color Harmonies of #700C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C33

Black with #700C33

Text Example


Text Example

White with #700C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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