#7B1385

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

Shades of Purple #7B1385

Tints of Purple #7B1385

Color information

#7B1385 (or 0x7B1385) is unknown color: approx Purple. HEX triplet: 7B, 13 and 85. RGB value is (123,19,133). Sum of RGB (Red+Green+Blue) = 123+19+133=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1385 is #84EC7A. Grayscale: #3E3E3E. Windows color (decimal): -8711291 or 8721275. OLE color: 8721275.

HSL color Cylindrical-coordinate representation of color #7B1385: hue angle of 294.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1385 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12319133-
CMYK0.080.8600.48
HSL294.74º75%29.8%-
HSV(B)294.74º85.71%52.16%-
XYZ12.636.3722.75-
YUV63.09167.46170.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=44.73%
G=6.91%
B=48.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123191330.080.8600.48294.747529.8
Hex7B13858560301274b1e
Octal173232051012606044711336
Binary11110111001110000101100010101100110000100100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,133); }

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

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

 a { background-color: rgb(123,19,133); }

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

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

 span { border-color: rgb(123,19,133); }

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