Html Css Color HEX #7C0B4C Tyrian Purple

📋 copy color: '#7C0B4C'

red 124 ◦ green 11 ◦ blue 76

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

Shades of Tyrian Purple #7C0B4C

Tints of Tyrian Purple #7C0B4C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 58.77%
G = 5.21%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C0B4C (or 0x7C0B4C) is known color: Tyrian Purple. HEX triplet: 7C, 0B and 4C. RGB value is (124,11,76). Sum of RGB (Red+Green+Blue) = 124+11+76=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B4C is #83F4B3. Grayscale: #343434. Windows color (decimal): -8647860 or 4983676. OLE color: 4983676.

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

Color convert

RGB 124 11 76 -
CMYK 0 0.91 0.39 0.51
HSL 325.49º 0.84% 0.26% -
HSV(B) 325.49º 0.91% 0.49% -
XYZ 9.74 5.05 7.3 -
YUV 52.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 124 11 76 0 0.91 0.39 0.51 325.49 0.84 0.26
Hex 7C B 4C 0 5B 27 33 145 54 1A
Octal 174 13 114 0 133 47 63 505 124 32
Binary 1111100 1011 1001100 0 1011011 100111 110011 101000101 1010100 11010

Color Harmonies of #7C0B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B4C

Black with #7C0B4C

Text Example


Text Example

White with #7C0B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,11,76); }

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

background-color css

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

 a { background-color: rgb(124,11,76); }

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

border-color css

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

 span { border-color: rgb(124,11,76); }

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