Html Css Color HEX #7B0440 Tyrian Purple

📋 copy color: '#7B0440'

red 123 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #7B0440

Tints of Tyrian Purple #7B0440

RGB

 RED value IS 123 (48.44% from 255) = 64.4%

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 64.4%
G = 2.09%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7B0440 (or 0x7B0440) is known color: Tyrian Purple. HEX triplet: 7B, 04 and 40. RGB value is (123,4,64). Sum of RGB (Red+Green+Blue) = 123+4+64=191 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.40% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0440 is #84FBBF. Grayscale: #2E2E2E. Windows color (decimal): -8715200 or 4195451. OLE color: 4195451.

HSL color Cylindrical-coordinate representation of color #7B0440: hue angle of 329.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0440 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 4 64 -
CMYK 0 0.97 0.48 0.52
HSL 329.75º 0.94% 0.25% -
HSV(B) 329.75º 0.97% 0.48% -
XYZ 9.14 4.67 5.27 -
YUV 46.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 123 4 64 0 0.97 0.48 0.52 329.75 0.94 0.25
Hex 7B 4 40 0 61 30 34 14A 5E 19
Octal 173 4 100 0 141 60 64 512 136 31
Binary 1111011 100 1000000 0 1100001 110000 110100 101001010 1011110 11001

Color Harmonies of #7B0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0440

Black with #7B0440

Text Example


Text Example

White with #7B0440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,64); }

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

background-color css

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

 a { background-color: rgb(123,4,64); }

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

border-color css

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

 span { border-color: rgb(123,4,64); }

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