Html Css Color HEX #7B054F Tyrian Purple

📋 copy color: '#7B054F'

red 123 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #7B054F

Tints of Tyrian Purple #7B054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 59.42%
G = 2.42%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7B054F (or 0x7B054F) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 4F. RGB value is (123,5,79). Sum of RGB (Red+Green+Blue) = 123+5+79=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B054F is #84FAB0. Grayscale: #303030. Windows color (decimal): -8714929 or 5178747. OLE color: 5178747.

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

Color convert

RGB 123 5 79 -
CMYK 0 0.96 0.36 0.52
HSL 322.37º 0.92% 0.25% -
HSV(B) 322.37º 0.96% 0.48% -
XYZ 9.63 4.88 7.83 -
YUV 48.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 123 5 79 0 0.96 0.36 0.52 322.37 0.92 0.25
Hex 7B 5 4F 0 60 24 34 142 5C 19
Octal 173 5 117 0 140 44 64 502 134 31
Binary 1111011 101 1001111 0 1100000 100100 110100 101000010 1011100 11001

Color Harmonies of #7B054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B054F

Black with #7B054F

Text Example


Text Example

White with #7B054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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