Html Css Color HEX #7C0343 Tyrian Purple

📋 copy color: '#7C0343'

red 124 ◦ green 3 ◦ blue 67

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

Shades of Tyrian Purple #7C0343

Tints of Tyrian Purple #7C0343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 63.92%
G = 1.55%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7C0343 (or 0x7C0343) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 43. RGB value is (124,3,67). Sum of RGB (Red+Green+Blue) = 124+3+67=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0343 is #83FCBC. Grayscale: #2E2E2E. Windows color (decimal): -8649917 or 4391804. OLE color: 4391804.

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

Color convert

RGB 124 3 67 -
CMYK 0 0.98 0.46 0.51
HSL 328.26º 0.95% 0.25% -
HSV(B) 328.26º 0.98% 0.49% -
XYZ 9.36 4.76 5.73 -
YUV 46.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 124 3 67 0 0.98 0.46 0.51 328.26 0.95 0.25
Hex 7C 3 43 0 62 2E 33 148 5F 19
Octal 174 3 103 0 142 56 63 510 137 31
Binary 1111100 11 1000011 0 1100010 101110 110011 101001000 1011111 11001

Color Harmonies of #7C0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0343

Black with #7C0343

Text Example


Text Example

White with #7C0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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