#7B0255

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

Shades of Tyrian Purple #7B0255

Tints of Tyrian Purple #7B0255

Color information

#7B0255 (or 0x7B0255) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 02 and 55. RGB value is (123,2,85). Sum of RGB (Red+Green+Blue) = 123+2+85=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0255 is #84FDAA. Grayscale: #2F2F2F. Windows color (decimal): -8715691 or 5571195. OLE color: 5571195.

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

Color convert

RGB123285-
CMYK00.980.310.52
HSL318.84º96.8%24.51%-
HSV(B)318.84º98.37%48.24%-
XYZ9.834.919.02-
YUV47.64149.09181.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=58.57%
G=0.95%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12328500.980.310.52318.8496.824.51
Hex7B2550621F3413f6119
Octal17321250142376447714131
Binary11110111010101010110001011111110100100111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,85); }

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

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

 a { background-color: rgb(123,2,85); }

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

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

 span { border-color: rgb(123,2,85); }

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