#7B066C

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

Shades of Purple #7B066C

Tints of Purple #7B066C

Color information

#7B066C (or 0x7B066C) is unknown color: approx Purple. HEX triplet: 7B, 06 and 6C. RGB value is (123,6,108). Sum of RGB (Red+Green+Blue) = 123+6+108=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B066C is #84F993. Grayscale: #343434. Windows color (decimal): -8714644 or 7079547. OLE color: 7079547.

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

Color convert

RGB1236108-
CMYK00.950.120.52
HSL307.69º90.7%25.29%-
HSV(B)307.69º95.12%48.24%-
XYZ10.945.4214.66-
YUV52.61159.26178.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.90%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=51.90%
G=2.53%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123610800.950.120.52307.6990.725.29
Hex7B66C05FC341345b19
Octal17361540137146446413331
Binary11110111101101100010111111100110100100110100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,108); }

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

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

 a { background-color: rgb(123,6,108); }

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

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

 span { border-color: rgb(123,6,108); }

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