Html Css Color HEX #7C023A Tyrian Purple

📋 copy color: '#7C023A'

red 124 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #7C023A

Tints of Tyrian Purple #7C023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 67.39%
G = 1.09%
B = 31.52%

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

#7C023A (or 0x7C023A) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 3A. RGB value is (124,2,58). Sum of RGB (Red+Green+Blue) = 124+2+58=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C023A is #83FDC5. Grayscale: #2C2C2C. Windows color (decimal): -8650182 or 3801724. OLE color: 3801724.

HSL color Cylindrical-coordinate representation of color #7C023A: hue angle of 332.46º degrees, saturation: 0.97, 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 #7C023A is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 2 58 -
CMYK 0 0.98 0.53 0.51
HSL 332.46º 0.97% 0.25% -
HSV(B) 332.46º 0.98% 0.49% -
XYZ 9.1 4.63 4.42 -
YUV 44.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 124 2 58 0 0.98 0.53 0.51 332.46 0.97 0.25
Hex 7C 2 3A 0 62 35 33 14C 61 19
Octal 174 2 72 0 142 65 63 514 141 31
Binary 1111100 10 111010 0 1100010 110101 110011 101001100 1100001 11001

Color Harmonies of #7C023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C023A

Black with #7C023A

Text Example


Text Example

White with #7C023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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