Html Css Color HEX #7C034F Tyrian Purple

📋 copy color: '#7C034F'

red 124 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #7C034F

Tints of Tyrian Purple #7C034F

RGB

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

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

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

R = 60.19%
G = 1.46%
B = 38.35%

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

#7C034F (or 0x7C034F) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 4F. RGB value is (124,3,79). Sum of RGB (Red+Green+Blue) = 124+3+79=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C034F is #83FCB0. Grayscale: #2F2F2F. Windows color (decimal): -8649905 or 5178236. OLE color: 5178236.

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

Color convert

RGB 124 3 79 -
CMYK 0 0.98 0.36 0.51
HSL 322.31º 0.95% 0.25% -
HSV(B) 322.31º 0.98% 0.49% -
XYZ 9.76 4.91 7.83 -
YUV 47.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 124 3 79 0 0.98 0.36 0.51 322.31 0.95 0.25
Hex 7C 3 4F 0 62 24 33 142 5F 19
Octal 174 3 117 0 142 44 63 502 137 31
Binary 1111100 11 1001111 0 1100010 100100 110011 101000010 1011111 11001

Color Harmonies of #7C034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C034F

Black with #7C034F

Text Example


Text Example

White with #7C034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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