Html Css Color HEX #7C0842 Tyrian Purple

📋 copy color: '#7C0842'

red 124 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #7C0842

Tints of Tyrian Purple #7C0842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 62.63%
G = 4.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C0842 (or 0x7C0842) is known color: Tyrian Purple. HEX triplet: 7C, 08 and 42. RGB value is (124,8,66). Sum of RGB (Red+Green+Blue) = 124+8+66=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0842 is #83F7BD. Grayscale: #313131. Windows color (decimal): -8648638 or 4327548. OLE color: 4327548.

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

Color convert

RGB 124 8 66 -
CMYK 0 0.94 0.47 0.51
HSL 330º 0.88% 0.26% -
HSV(B) 330º 0.94% 0.49% -
XYZ 9.38 4.85 5.6 -
YUV 49.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 124 8 66 0 0.94 0.47 0.51 330 0.88 0.26
Hex 7C 8 42 0 5E 2F 33 14A 58 1A
Octal 174 10 102 0 136 57 63 512 130 32
Binary 1111100 1000 1000010 0 1011110 101111 110011 101001010 1011000 11010

Color Harmonies of #7C0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0842

Black with #7C0842

Text Example


Text Example

White with #7C0842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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