Html Css Color HEX #7C013C Tyrian Purple

📋 copy color: '#7C013C'

red 124 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #7C013C

Tints of Tyrian Purple #7C013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 67.03%
G = 0.54%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C013C (or 0x7C013C) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 3C. RGB value is (124,1,60). Sum of RGB (Red+Green+Blue) = 124+1+60=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C013C is #83FEC3. Grayscale: #2C2C2C. Windows color (decimal): -8650436 or 3932540. OLE color: 3932540.

HSL color Cylindrical-coordinate representation of color #7C013C: hue angle of 331.22º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C013C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 1 60 -
CMYK 0 0.99 0.52 0.51
HSL 331.22º 0.98% 0.25% -
HSV(B) 331.22º 0.99% 0.49% -
XYZ 9.14 4.63 4.69 -
YUV 44.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 124 1 60 0 0.99 0.52 0.51 331.22 0.98 0.25
Hex 7C 1 3C 0 63 34 33 14B 62 19
Octal 174 1 74 0 143 64 63 513 142 31
Binary 1111100 1 111100 0 1100011 110100 110011 101001011 1100010 11001

Color Harmonies of #7C013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C013C

Black with #7C013C

Text Example


Text Example

White with #7C013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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