#7B0753

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

Shades of Tyrian Purple #7B0753

Tints of Tyrian Purple #7B0753

Color information

#7B0753 (or 0x7B0753) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 07 and 53. RGB value is (123,7,83). Sum of RGB (Red+Green+Blue) = 123+7+83=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0753 is #84F8AC. Grayscale: #323232. Windows color (decimal): -8714413 or 5441403. OLE color: 5441403.

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

Color convert

RGB123783-
CMYK00.940.330.52
HSL320.69º89.23%25.49%-
HSV(B)320.69º94.31%48.24%-
XYZ9.814.998.63-
YUV50.35146.43179.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.75%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=57.75%
G=3.29%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12378300.940.330.52320.6989.2325.49
Hex7B75305E21341415919
Octal17371230136416450113131
Binary1111011111101001101011110100001110100101000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,7,83); }

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

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

 a { background-color: rgb(123,7,83); }

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

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

 span { border-color: rgb(123,7,83); }

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