#7B018D

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

Shades of Purple #7B018D

Tints of Purple #7B018D

Color information

#7B018D (or 0x7B018D) is unknown color: approx Purple. HEX triplet: 7B, 01 and 8D. RGB value is (123,1,141). Sum of RGB (Red+Green+Blue) = 123+1+141=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B018D is #84FE72. Grayscale: #353535. Windows color (decimal): -8715891 or 9240955. OLE color: 9240955.

HSL color Cylindrical-coordinate representation of color #7B018D: hue angle of 292.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B018D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1231141-
CMYK0.130.9900.45
HSL292.29º98.59%27.84%-
HSV(B)292.29º99.29%55.29%-
XYZ12.996.1625.7-
YUV53.44177.42177.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=46.42%
G=0.38%
B=53.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12311410.130.9900.45292.2998.5927.84
Hex7B18DD6302D124631c
Octal17312151514305544414334
Binary1111011110001101110111000110101101100100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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