#7B0185

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

Shades of Purple #7B0185

Tints of Purple #7B0185

Color information

#7B0185 (or 0x7B0185) is unknown color: approx Purple. HEX triplet: 7B, 01 and 85. RGB value is (123,1,133). Sum of RGB (Red+Green+Blue) = 123+1+133=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B0185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0185 is #84FE7A. Grayscale: #343434. Windows color (decimal): -8715899 or 8716667. OLE color: 8716667.

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

Color convert

RGB1231133-
CMYK0.080.9900.48
HSL295.45º98.51%26.27%-
HSV(B)295.45º99.25%52.16%-
XYZ12.415.9322.68-
YUV52.53173.42178.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.86%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=47.86%
G=0.39%
B=51.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12311330.080.9900.48295.4598.5126.27
Hex7B185863030127631a
Octal17312051014306044714332
Binary1111011110000101100011000110110000100100111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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