Html Css Color HEX #7C0C3C Tyrian Purple

📋 copy color: '#7C0C3C'

red 124 ◦ green 12 ◦ blue 60

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

Shades of Tyrian Purple #7C0C3C

Tints of Tyrian Purple #7C0C3C

RGB

 RED value IS 124 (48.83% from 255) = 63.27%

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

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

R = 63.27%
G = 6.12%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C0C3C (or 0x7C0C3C) is known color: Tyrian Purple. HEX triplet: 7C, 0C and 3C. RGB value is (124,12,60). Sum of RGB (Red+Green+Blue) = 124+12+60=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C3C is #83F3C3. Grayscale: #323232. Windows color (decimal): -8647620 or 3935356. OLE color: 3935356.

HSL color Cylindrical-coordinate representation of color #7C0C3C: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C3C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 12 60 -
CMYK 0 0.90 0.52 0.51
HSL 334.29º 0.82% 0.27% -
HSV(B) 334.29º 0.9% 0.49% -
XYZ 9.26 4.87 4.73 -
YUV 50.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 124 12 60 0 0.90 0.52 0.51 334.29 0.82 0.27
Hex 7C C 3C 0 5A 34 33 14E 52 1B
Octal 174 14 74 0 132 64 63 516 122 33
Binary 1111100 1100 111100 0 1011010 110100 110011 101001110 1010010 11011

Color Harmonies of #7C0C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0C3C

Black with #7C0C3C

Text Example


Text Example

White with #7C0C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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