#7B0B6F

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

Shades of Purple #7B0B6F

Tints of Purple #7B0B6F

Color information

#7B0B6F (or 0x7B0B6F) is unknown color: approx Purple. HEX triplet: 7B, 0B and 6F. RGB value is (123,11,111). Sum of RGB (Red+Green+Blue) = 123+11+111=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B6F is #84F490. Grayscale: #373737. Windows color (decimal): -8713361 or 7277435. OLE color: 7277435.

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

Color convert

RGB12311111-
CMYK00.910.100.52
HSL306.43º83.58%26.27%-
HSV(B)306.43º91.06%48.24%-
XYZ11.165.615.53-
YUV55.89159.11175.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.20%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=50.20%
G=4.49%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231111100.910.100.52306.4383.5826.27
Hex7BB6F05BA34132541a
Octal173131570133126446212432
Binary111101110111101111010110111010110100100110010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,11,111); }

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

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

 a { background-color: rgb(123,11,111); }

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

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

 span { border-color: rgb(123,11,111); }

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