Html Css Color HEX #7C024D Tyrian Purple

📋 copy color: '#7C024D'

red 124 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #7C024D

Tints of Tyrian Purple #7C024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 61.08%
G = 0.99%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C024D (or 0x7C024D) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 4D. RGB value is (124,2,77). Sum of RGB (Red+Green+Blue) = 124+2+77=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C024D is #83FDB2. Grayscale: #2E2E2E. Windows color (decimal): -8650163 or 5046908. OLE color: 5046908.

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

Color convert

RGB 124 2 77 -
CMYK 0 0.98 0.38 0.51
HSL 323.11º 0.97% 0.25% -
HSV(B) 323.11º 0.98% 0.49% -
XYZ 9.67 4.86 7.45 -
YUV 47.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 124 2 77 0 0.98 0.38 0.51 323.11 0.97 0.25
Hex 7C 2 4D 0 62 26 33 143 61 19
Octal 174 2 115 0 142 46 63 503 141 31
Binary 1111100 10 1001101 0 1100010 100110 110011 101000011 1100001 11001

Color Harmonies of #7C024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C024D

Black with #7C024D

Text Example


Text Example

White with #7C024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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