Html Css Color HEX #7C013A Tyrian Purple

📋 copy color: '#7C013A'

red 124 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #7C013A

Tints of Tyrian Purple #7C013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.69%

R = 67.76%
G = 0.55%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C013A (or 0x7C013A) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 3A. RGB value is (124,1,58). Sum of RGB (Red+Green+Blue) = 124+1+58=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C013A is #83FEC5. Grayscale: #2C2C2C. Windows color (decimal): -8650438 or 3801468. OLE color: 3801468.

HSL color Cylindrical-coordinate representation of color #7C013A: hue angle of 332.2º 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 #7C013A is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 1 58 -
CMYK 0 0.99 0.53 0.51
HSL 332.2º 0.98% 0.25% -
HSV(B) 332.2º 0.99% 0.49% -
XYZ 9.09 4.61 4.41 -
YUV 44.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 124 1 58 0 0.99 0.53 0.51 332.2 0.98 0.25
Hex 7C 1 3A 0 63 35 33 14C 62 19
Octal 174 1 72 0 143 65 63 514 142 31
Binary 1111100 1 111010 0 1100011 110101 110011 101001100 1100010 11001

Color Harmonies of #7C013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C013A

Black with #7C013A

Text Example


Text Example

White with #7C013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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