Html Css Color HEX #7C0B44 Tyrian Purple

📋 copy color: '#7C0B44'

red 124 ◦ green 11 ◦ blue 68

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

Shades of Tyrian Purple #7C0B44

Tints of Tyrian Purple #7C0B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 61.08%
G = 5.42%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C0B44 (or 0x7C0B44) is known color: Tyrian Purple. HEX triplet: 7C, 0B and 44. RGB value is (124,11,68). Sum of RGB (Red+Green+Blue) = 124+11+68=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B44 is #83F4BB. Grayscale: #333333. Windows color (decimal): -8647868 or 4459388. OLE color: 4459388.

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

Color convert

RGB 124 11 68 -
CMYK 0 0.91 0.45 0.51
HSL 329.73º 0.84% 0.26% -
HSV(B) 329.73º 0.91% 0.49% -
XYZ 9.48 4.94 5.92 -
YUV 51.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 124 11 68 0 0.91 0.45 0.51 329.73 0.84 0.26
Hex 7C B 44 0 5B 2D 33 14A 54 1A
Octal 174 13 104 0 133 55 63 512 124 32
Binary 1111100 1011 1000100 0 1011011 101101 110011 101001010 1010100 11010

Color Harmonies of #7C0B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B44

Black with #7C0B44

Text Example


Text Example

White with #7C0B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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