#7B0C6F

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

Shades of Purple #7B0C6F

Tints of Purple #7B0C6F

Color information

#7B0C6F (or 0x7B0C6F) is unknown color: approx Purple. HEX triplet: 7B, 0C and 6F. RGB value is (123,12,111). Sum of RGB (Red+Green+Blue) = 123+12+111=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0C6F is #84F390. Grayscale: #383838. Windows color (decimal): -8713105 or 7277691. OLE color: 7277691.

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

Color convert

RGB12312111-
CMYK00.900.100.52
HSL306.49º82.22%26.47%-
HSV(B)306.49º90.24%48.24%-
XYZ11.175.6215.54-
YUV56.47158.77175.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=50%
G=4.88%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231211100.900.100.52306.4982.2226.47
Hex7BC6F05AA34132521a
Octal173141570132126446212232
Binary111101111001101111010110101010110100100110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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