#7B0651

Color #7B0651 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #7B0651

Tints of Tyrian Purple #7B0651

Color information

#7B0651 (or 0x7B0651) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 06 and 51. RGB value is (123,6,81). Sum of RGB (Red+Green+Blue) = 123+6+81=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0651 is #84F9AE. Grayscale: #313131. Windows color (decimal): -8714671 or 5310075. OLE color: 5310075.

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

Color convert

RGB123681-
CMYK00.950.340.52
HSL321.54º90.7%25.29%-
HSV(B)321.54º95.12%48.24%-
XYZ9.724.948.22-
YUV49.53145.76180.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=58.57%
G=2.86%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12368100.950.340.52321.5490.725.29
Hex7B65105F22341425b19
Octal17361210137426450213331
Binary1111011110101000101011111100010110100101000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,81); }

 H1.HeaderClassName
 {
   color: #7B0651;
 }
 .AnyTagClassName
 {
   color: #7B0651;
 }
</style>
background-color css

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

 a { background-color: rgb(123,6,81); }

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

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

 span { border-color: rgb(123,6,81); }

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