Html Css Color HEX #7B0137 Tyrian Purple

📋 copy color: '#7B0137'

red 123 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #7B0137

Tints of Tyrian Purple #7B0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.73%

R = 68.72%
G = 0.56%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7B0137 (or 0x7B0137) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 37. RGB value is (123,1,55). Sum of RGB (Red+Green+Blue) = 123+1+55=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0137 is #84FEC8. Grayscale: #2B2B2B. Windows color (decimal): -8715977 or 3604859. OLE color: 3604859.

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

Color convert

RGB 123 1 55 -
CMYK 0 0.99 0.55 0.52
HSL 333.44º 0.98% 0.24% -
HSV(B) 333.44º 0.99% 0.48% -
XYZ 8.87 4.51 4.02 -
YUV 43.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 123 1 55 0 0.99 0.55 0.52 333.44 0.98 0.24
Hex 7B 1 37 0 63 37 34 14D 62 18
Octal 173 1 67 0 143 67 64 515 142 30
Binary 1111011 1 110111 0 1100011 110111 110100 101001101 1100010 11000

Color Harmonies of #7B0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0137

Black with #7B0137

Text Example


Text Example

White with #7B0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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