Html Css Color HEX #7B0B48 Tyrian Purple

📋 copy color: '#7B0B48'

red 123 ◦ green 11 ◦ blue 72

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

Shades of Tyrian Purple #7B0B48

Tints of Tyrian Purple #7B0B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.34%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 59.71%
G = 5.34%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#7B0B48 (or 0x7B0B48) is known color: Tyrian Purple. HEX triplet: 7B, 0B and 48. RGB value is (123,11,72). Sum of RGB (Red+Green+Blue) = 123+11+72=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0B48 is #84F4B7. Grayscale: #333333. Windows color (decimal): -8713400 or 4721531. OLE color: 4721531.

HSL color Cylindrical-coordinate representation of color #7B0B48: hue angle of 327.32º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B48 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 11 72 -
CMYK 0 0.91 0.41 0.52
HSL 327.32º 0.84% 0.26% -
HSV(B) 327.32º 0.91% 0.48% -
XYZ 9.46 4.92 6.58 -
YUV 51.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 123 11 72 0 0.91 0.41 0.52 327.32 0.84 0.26
Hex 7B B 48 0 5B 29 34 147 54 1A
Octal 173 13 110 0 133 51 64 507 124 32
Binary 1111011 1011 1001000 0 1011011 101001 110100 101000111 1010100 11010

Color Harmonies of #7B0B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0B48

Black with #7B0B48

Text Example


Text Example

White with #7B0B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,72); }

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

background-color css

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

 a { background-color: rgb(123,11,72); }

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

border-color css

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

 span { border-color: rgb(123,11,72); }

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