Html Css Color HEX #7C0042 Tyrian Purple

📋 copy color: '#7C0042'

red 124 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #7C0042

Tints of Tyrian Purple #7C0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 65.26%
G = 0%
B = 34.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C0042 (or 0x7C0042) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 42. RGB value is (124,0,66). Sum of RGB (Red+Green+Blue) = 124+0+66=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0042 is #83FFBD. Grayscale: #2C2C2C. Windows color (decimal): -8650686 or 4325500. OLE color: 4325500.

HSL color Cylindrical-coordinate representation of color #7C0042: hue angle of 328.06º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0042 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 66 -
CMYK 0 1 0.47 0.51
HSL 328.06º 1% 0.24% -
HSV(B) 328.06º 1% 0.49% -
XYZ 9.3 4.68 5.57 -
YUV 44.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 124 0 66 0 1 0.47 0.51 328.06 1 0.24
Hex 7C 0 42 0 64 2F 33 148 64 18
Octal 174 0 102 0 144 57 63 510 144 30
Binary 1111100 0 1000010 0 1100100 101111 110011 101001000 1100100 11000

Color Harmonies of #7C0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0042

Black with #7C0042

Text Example


Text Example

White with #7C0042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,66); }

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

background-color css

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

 a { background-color: rgb(124,0,66); }

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

border-color css

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

 span { border-color: rgb(124,0,66); }

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