Html Css Color HEX #7C003B Tyrian Purple

📋 copy color: '#7C003B'

red 124 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #7C003B

Tints of Tyrian Purple #7C003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 67.76%
G = 0%
B = 32.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C003B (or 0x7C003B) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 3B. RGB value is (124,0,59). Sum of RGB (Red+Green+Blue) = 124+0+59=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C003B is #83FFC4. Grayscale: #2B2B2B. Windows color (decimal): -8650693 or 3866748. OLE color: 3866748.

HSL color Cylindrical-coordinate representation of color #7C003B: hue angle of 331.45º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C003B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 59 -
CMYK 0 1 0.52 0.51
HSL 331.45º 1% 0.24% -
HSV(B) 331.45º 1% 0.49% -
XYZ 9.1 4.6 4.55 -
YUV 43.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 124 0 59 0 1 0.52 0.51 331.45 1 0.24
Hex 7C 0 3B 0 64 34 33 14B 64 18
Octal 174 0 73 0 144 64 63 513 144 30
Binary 1111100 0 111011 0 1100100 110100 110011 101001011 1100100 11000

Color Harmonies of #7C003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C003B

Black with #7C003B

Text Example


Text Example

White with #7C003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,59); }

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

background-color css

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

 a { background-color: rgb(124,0,59); }

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

border-color css

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

 span { border-color: rgb(124,0,59); }

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