Html Css Color HEX #740C3C Tyrian Purple

📋 copy color: '#740C3C'

red 116 ◦ green 12 ◦ blue 60

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

Shades of Tyrian Purple #740C3C

Tints of Tyrian Purple #740C3C

RGB

 RED value IS 116 (45.7% from 255) = 61.7%

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

 BLUE value IS 60 (23.83% from 255) = 31.91%

R = 61.7%
G = 6.38%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#740C3C (or 0x740C3C) is known color: Tyrian Purple. HEX triplet: 74, 0C and 3C. RGB value is (116,12,60). Sum of RGB (Red+Green+Blue) = 116+12+60=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C3C is #8BF3C3. Grayscale: #303030. Windows color (decimal): -9171908 or 3935348. OLE color: 3935348.

HSL color Cylindrical-coordinate representation of color #740C3C: hue angle of 332.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C3C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 12 60 -
CMYK 0 0.90 0.48 0.55
HSL 332.31º 0.81% 0.25% -
HSV(B) 332.31º 0.9% 0.45% -
XYZ 8.15 4.3 4.68 -
YUV 48.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 116 12 60 0 0.90 0.48 0.55 332.31 0.81 0.25
Hex 74 C 3C 0 5A 30 37 14C 51 19
Octal 164 14 74 0 132 60 67 514 121 31
Binary 1110100 1100 111100 0 1011010 110000 110111 101001100 1010001 11001

Color Harmonies of #740C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C3C

Black with #740C3C

Text Example


Text Example

White with #740C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C3C; }

 p { color: rgb(116,12,60); }

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

background-color css

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

 a { background-color: rgb(116,12,60); }

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

border-color css

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

 span { border-color: rgb(116,12,60); }

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