Html Css Color HEX #7C0138 Tyrian Purple

📋 copy color: '#7C0138'

red 124 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #7C0138

Tints of Tyrian Purple #7C0138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 68.51%
G = 0.55%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C0138 (or 0x7C0138) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 38. RGB value is (124,1,56). Sum of RGB (Red+Green+Blue) = 124+1+56=181 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.51% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0138 is #83FEC7. Grayscale: #2B2B2B. Windows color (decimal): -8650440 or 3670396. OLE color: 3670396.

HSL color Cylindrical-coordinate representation of color #7C0138: hue angle of 333.17º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0138 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 1 56 -
CMYK 0 0.99 0.55 0.51
HSL 333.17º 0.98% 0.25% -
HSV(B) 333.17º 0.99% 0.49% -
XYZ 9.04 4.59 4.15 -
YUV 44.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 124 1 56 0 0.99 0.55 0.51 333.17 0.98 0.25
Hex 7C 1 38 0 63 37 33 14D 62 19
Octal 174 1 70 0 143 67 63 515 142 31
Binary 1111100 1 111000 0 1100011 110111 110011 101001101 1100010 11001

Color Harmonies of #7C0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0138

Black with #7C0138

Text Example


Text Example

White with #7C0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,1,56); }

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

background-color css

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

 a { background-color: rgb(124,1,56); }

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

border-color css

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

 span { border-color: rgb(124,1,56); }

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