#7B016B

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

Shades of Purple #7B016B

Tints of Purple #7B016B

Color information

#7B016B (or 0x7B016B) is unknown color: approx Purple. HEX triplet: 7B, 01 and 6B. RGB value is (123,1,107). Sum of RGB (Red+Green+Blue) = 123+1+107=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B016B is #84FE94. Grayscale: #313131. Windows color (decimal): -8715925 or 7012731. OLE color: 7012731.

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

Color convert

RGB1231107-
CMYK00.990.130.52
HSL307.87º98.39%24.31%-
HSV(B)307.87º99.19%48.24%-
XYZ10.835.2914.36-
YUV49.56160.42180.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=53.25%
G=0.43%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123110700.990.130.52307.8798.3924.31
Hex7B16B063D341346218
Octal17311530143156446414230
Binary111101111101011011000111101110100100110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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