Html Css Color HEX #7B0141 Tyrian Purple

📋 copy color: '#7B0141'

red 123 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #7B0141

Tints of Tyrian Purple #7B0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 65.08%
G = 0.53%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B0141 (or 0x7B0141) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 41. RGB value is (123,1,65). Sum of RGB (Red+Green+Blue) = 123+1+65=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0141 is #84FEBE. Grayscale: #2C2C2C. Windows color (decimal): -8715967 or 4260219. OLE color: 4260219.

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

Color convert

RGB 123 1 65 -
CMYK 0 0.99 0.47 0.52
HSL 328.52º 0.98% 0.24% -
HSV(B) 328.52º 0.99% 0.48% -
XYZ 9.13 4.61 5.41 -
YUV 44.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 123 1 65 0 0.99 0.47 0.52 328.52 0.98 0.24
Hex 7B 1 41 0 63 2F 34 149 62 18
Octal 173 1 101 0 143 57 64 511 142 30
Binary 1111011 1 1000001 0 1100011 101111 110100 101001001 1100010 11000

Color Harmonies of #7B0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0141

Black with #7B0141

Text Example


Text Example

White with #7B0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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