Html Css Color HEX #7C0144 Tyrian Purple

📋 copy color: '#7C0144'

red 124 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #7C0144

Tints of Tyrian Purple #7C0144

RGB

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

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

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

R = 64.25%
G = 0.52%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C0144 (or 0x7C0144) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 44. RGB value is (124,1,68). Sum of RGB (Red+Green+Blue) = 124+1+68=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0144 is #83FEBB. Grayscale: #2D2D2D. Windows color (decimal): -8650428 or 4456828. OLE color: 4456828.

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

Color convert

RGB 124 1 68 -
CMYK 0 0.99 0.45 0.51
HSL 327.32º 0.98% 0.25% -
HSV(B) 327.32º 0.99% 0.49% -
XYZ 9.37 4.72 5.89 -
YUV 45.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 124 1 68 0 0.99 0.45 0.51 327.32 0.98 0.25
Hex 7C 1 44 0 63 2D 33 147 62 19
Octal 174 1 104 0 143 55 63 507 142 31
Binary 1111100 1 1000100 0 1100011 101101 110011 101000111 1100010 11001

Color Harmonies of #7C0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0144

Black with #7C0144

Text Example


Text Example

White with #7C0144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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