Html Css Color HEX #7B013B Tyrian Purple

📋 copy color: '#7B013B'

red 123 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #7B013B

Tints of Tyrian Purple #7B013B

RGB

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

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

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

R = 67.21%
G = 0.55%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7B013B (or 0x7B013B) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 3B. RGB value is (123,1,59). Sum of RGB (Red+Green+Blue) = 123+1+59=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B013B is #84FEC4. Grayscale: #2B2B2B. Windows color (decimal): -8715973 or 3867003. OLE color: 3867003.

HSL color Cylindrical-coordinate representation of color #7B013B: hue angle of 331.48º 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 #7B013B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 59 -
CMYK 0 0.99 0.52 0.52
HSL 331.48º 0.98% 0.24% -
HSV(B) 331.48º 0.99% 0.48% -
XYZ 8.97 4.55 4.54 -
YUV 44.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 123 1 59 0 0.99 0.52 0.52 331.48 0.98 0.24
Hex 7B 1 3B 0 63 34 34 14B 62 18
Octal 173 1 73 0 143 64 64 513 142 30
Binary 1111011 1 111011 0 1100011 110100 110100 101001011 1100010 11000

Color Harmonies of #7B013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B013B

Black with #7B013B

Text Example


Text Example

White with #7B013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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