Html Css Color HEX #7C033E Tyrian Purple

📋 copy color: '#7C033E'

red 124 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #7C033E

Tints of Tyrian Purple #7C033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 65.61%
G = 1.59%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C033E (or 0x7C033E) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 3E. RGB value is (124,3,62). Sum of RGB (Red+Green+Blue) = 124+3+62=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C033E is #83FCC1. Grayscale: #2D2D2D. Windows color (decimal): -8649922 or 4064124. OLE color: 4064124.

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

Color convert

RGB 124 3 62 -
CMYK 0 0.98 0.5 0.51
HSL 330.74º 0.95% 0.25% -
HSV(B) 330.74º 0.98% 0.49% -
XYZ 9.21 4.7 4.98 -
YUV 45.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 124 3 62 0 0.98 0.5 0.51 330.74 0.95 0.25
Hex 7C 3 3E 0 62 32 33 14B 5F 19
Octal 174 3 76 0 142 62 63 513 137 31
Binary 1111100 11 111110 0 1100010 110010 110011 101001011 1011111 11001

Color Harmonies of #7C033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C033E

Black with #7C033E

Text Example


Text Example

White with #7C033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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