Html Css Color HEX #7B0544 Tyrian Purple

📋 copy color: '#7B0544'

red 123 ◦ green 5 ◦ blue 68

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

Shades of Tyrian Purple #7B0544

Tints of Tyrian Purple #7B0544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 62.76%
G = 2.55%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7B0544 (or 0x7B0544) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 44. RGB value is (123,5,68). Sum of RGB (Red+Green+Blue) = 123+5+68=196 (25% of max value = 765). Red value is 123 (48.44% from 255 or 62.76% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0544 is #84FABB. Grayscale: #2F2F2F. Windows color (decimal): -8714940 or 4457851. OLE color: 4457851.

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

Color convert

RGB 123 5 68 -
CMYK 0 0.96 0.45 0.52
HSL 327.97º 0.92% 0.25% -
HSV(B) 327.97º 0.96% 0.48% -
XYZ 9.27 4.74 5.89 -
YUV 47.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 123 5 68 0 0.96 0.45 0.52 327.97 0.92 0.25
Hex 7B 5 44 0 60 2D 34 148 5C 19
Octal 173 5 104 0 140 55 64 510 134 31
Binary 1111011 101 1000100 0 1100000 101101 110100 101001000 1011100 11001

Color Harmonies of #7B0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0544

Black with #7B0544

Text Example


Text Example

White with #7B0544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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