Html Css Color HEX #7C033A Tyrian Purple

📋 copy color: '#7C033A'

red 124 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #7C033A

Tints of Tyrian Purple #7C033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 67.03%
G = 1.62%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C033A (or 0x7C033A) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 3A. RGB value is (124,3,58). Sum of RGB (Red+Green+Blue) = 124+3+58=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C033A is #83FCC5. Grayscale: #2D2D2D. Windows color (decimal): -8649926 or 3801980. OLE color: 3801980.

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

Color convert

RGB 124 3 58 -
CMYK 0 0.98 0.53 0.51
HSL 332.73º 0.95% 0.25% -
HSV(B) 332.73º 0.98% 0.49% -
XYZ 9.11 4.66 4.42 -
YUV 45.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 124 3 58 0 0.98 0.53 0.51 332.73 0.95 0.25
Hex 7C 3 3A 0 62 35 33 14D 5F 19
Octal 174 3 72 0 142 65 63 515 137 31
Binary 1111100 11 111010 0 1100010 110101 110011 101001101 1011111 11001

Color Harmonies of #7C033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C033A

Black with #7C033A

Text Example


Text Example

White with #7C033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,3,58); }

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

background-color css

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

 a { background-color: rgb(124,3,58); }

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

border-color css

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

 span { border-color: rgb(124,3,58); }

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