Html Css Color HEX #7B0541 Tyrian Purple

📋 copy color: '#7B0541'

red 123 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #7B0541

Tints of Tyrian Purple #7B0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 63.73%
G = 2.59%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B0541 (or 0x7B0541) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 41. RGB value is (123,5,65). Sum of RGB (Red+Green+Blue) = 123+5+65=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0541 is #84FABE. Grayscale: #2F2F2F. Windows color (decimal): -8714943 or 4261243. OLE color: 4261243.

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

Color convert

RGB 123 5 65 -
CMYK 0 0.96 0.47 0.52
HSL 329.49º 0.92% 0.25% -
HSV(B) 329.49º 0.96% 0.48% -
XYZ 9.18 4.7 5.42 -
YUV 47.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 123 5 65 0 0.96 0.47 0.52 329.49 0.92 0.25
Hex 7B 5 41 0 60 2F 34 149 5C 19
Octal 173 5 101 0 140 57 64 511 134 31
Binary 1111011 101 1000001 0 1100000 101111 110100 101001001 1011100 11001

Color Harmonies of #7B0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0541

Black with #7B0541

Text Example


Text Example

White with #7B0541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,5,65); }

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

background-color css

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

 a { background-color: rgb(123,5,65); }

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

border-color css

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

 span { border-color: rgb(123,5,65); }

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