Html Css Color HEX #7C024F Tyrian Purple

📋 copy color: '#7C024F'

red 124 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #7C024F

Tints of Tyrian Purple #7C024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 60.49%
G = 0.98%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C024F (or 0x7C024F) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 4F. RGB value is (124,2,79). Sum of RGB (Red+Green+Blue) = 124+2+79=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C024F is #83FDB0. Grayscale: #2F2F2F. Windows color (decimal): -8650161 or 5177980. OLE color: 5177980.

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

Color convert

RGB 124 2 79 -
CMYK 0 0.98 0.36 0.51
HSL 322.13º 0.97% 0.25% -
HSV(B) 322.13º 0.98% 0.49% -
XYZ 9.75 4.89 7.83 -
YUV 47.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 124 2 79 0 0.98 0.36 0.51 322.13 0.97 0.25
Hex 7C 2 4F 0 62 24 33 142 61 19
Octal 174 2 117 0 142 44 63 502 141 31
Binary 1111100 10 1001111 0 1100010 100100 110011 101000010 1100001 11001

Color Harmonies of #7C024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C024F

Black with #7C024F

Text Example


Text Example

White with #7C024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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