#7B0D75

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

Shades of Purple #7B0D75

Tints of Purple #7B0D75

Color information

#7B0D75 (or 0x7B0D75) is unknown color: approx Purple. HEX triplet: 7B, 0D and 75. RGB value is (123,13,117). Sum of RGB (Red+Green+Blue) = 123+13+117=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D75 is #84F28A. Grayscale: #393939. Windows color (decimal): -8712843 or 7671163. OLE color: 7671163.

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

Color convert

RGB12313117-
CMYK00.890.050.52
HSL303.27º80.88%26.67%-
HSV(B)303.27º89.43%48.24%-
XYZ11.525.7817.34-
YUV57.75161.44174.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.62%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=48.62%
G=5.14%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231311700.890.050.52303.2780.8826.67
Hex7BD7505953412f511b
Octal17315165013156445712133
Binary11110111101111010101011001101110100100101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,13,117); }

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

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

 a { background-color: rgb(123,13,117); }

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

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

 span { border-color: rgb(123,13,117); }

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