Html Css Color HEX #7C0336 Tyrian Purple

📋 copy color: '#7C0336'

red 124 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #7C0336

Tints of Tyrian Purple #7C0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 54 (21.48% from 255) = 29.83%

R = 68.51%
G = 1.66%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C0336 (or 0x7C0336) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 36. RGB value is (124,3,54). Sum of RGB (Red+Green+Blue) = 124+3+54=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0336 is #83FCC9. Grayscale: #2C2C2C. Windows color (decimal): -8649930 or 3539836. OLE color: 3539836.

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

Color convert

RGB 124 3 54 -
CMYK 0 0.98 0.56 0.51
HSL 334.71º 0.95% 0.25% -
HSV(B) 334.71º 0.98% 0.49% -
XYZ 9.01 4.62 3.91 -
YUV 44.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 124 3 54 0 0.98 0.56 0.51 334.71 0.95 0.25
Hex 7C 3 36 0 62 38 33 14F 5F 19
Octal 174 3 66 0 142 70 63 517 137 31
Binary 1111100 11 110110 0 1100010 111000 110011 101001111 1011111 11001

Color Harmonies of #7C0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0336

Black with #7C0336

Text Example


Text Example

White with #7C0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,3,54); }

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

background-color css

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

 a { background-color: rgb(124,3,54); }

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

border-color css

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

 span { border-color: rgb(124,3,54); }

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