Html Css Color HEX #7C0C40 Tyrian Purple

📋 copy color: '#7C0C40'

red 124 ◦ green 12 ◦ blue 64

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

Shades of Tyrian Purple #7C0C40

Tints of Tyrian Purple #7C0C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 62%
G = 6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C0C40 (or 0x7C0C40) is known color: Tyrian Purple. HEX triplet: 7C, 0C and 40. RGB value is (124,12,64). Sum of RGB (Red+Green+Blue) = 124+12+64=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C40 is #83F3BF. Grayscale: #333333. Windows color (decimal): -8647616 or 4197500. OLE color: 4197500.

HSL color Cylindrical-coordinate representation of color #7C0C40: hue angle of 332.14º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C40 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 12 64 -
CMYK 0 0.90 0.48 0.51
HSL 332.14º 0.82% 0.27% -
HSV(B) 332.14º 0.9% 0.49% -
XYZ 9.37 4.92 5.31 -
YUV 51.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 124 12 64 0 0.90 0.48 0.51 332.14 0.82 0.27
Hex 7C C 40 0 5A 30 33 14C 52 1B
Octal 174 14 100 0 132 60 63 514 122 33
Binary 1111100 1100 1000000 0 1011010 110000 110011 101001100 1010010 11011

Color Harmonies of #7C0C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0C40

Black with #7C0C40

Text Example


Text Example

White with #7C0C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,12,64); }

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

background-color css

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

 a { background-color: rgb(124,12,64); }

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

border-color css

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

 span { border-color: rgb(124,12,64); }

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